org.hibernate.envers.test.integration.query
Class NullPropertyQuery

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractEntityTest
          extended by org.hibernate.envers.test.integration.query.NullPropertyQuery

public class NullPropertyQuery
extends AbstractEntityTest


Constructor Summary
NullPropertyQuery()
           
 
Method Summary
 void configure(Ejb3Configuration cfg)
           
 void initData()
           
 void testReferenceMulticolumnPropertyIsNullQuery()
           
 void testReferencePropertyIsNotNullQuery()
           
 void testSimplePropertyIsNotNullQuery()
           
 void testSimplePropertyIsNullQuery()
           
 
Methods inherited from class org.hibernate.envers.test.AbstractEntityTest
addConfigurationProperties, close, getAuditReader, getCfg, getEntityManager, init, init, newEntityManager
 
Methods inherited from class org.hibernate.envers.test.AbstractEnversTest
data, getAuditStrategy, setTestData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPropertyQuery

public NullPropertyQuery()
Method Detail

configure

public void configure(Ejb3Configuration cfg)
Specified by:
configure in class AbstractEntityTest

initData

public void initData()

testSimplePropertyIsNullQuery

public void testSimplePropertyIsNullQuery()

testSimplePropertyIsNotNullQuery

public void testSimplePropertyIsNotNullQuery()

testReferenceMulticolumnPropertyIsNullQuery

public void testReferenceMulticolumnPropertyIsNullQuery()

testReferencePropertyIsNotNullQuery

public void testReferencePropertyIsNotNullQuery()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.