org.hibernate.envers.test.integration.interfaces.hbm.allAudited
Class AbstractAllAuditedTest

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractEntityTest
          extended by org.hibernate.envers.test.integration.interfaces.hbm.allAudited.AbstractAllAuditedTest
Direct Known Subclasses:
JoinedAllAuditedTest, SubclassAllAuditedTest, UnionAllAuditedTest

public abstract class AbstractAllAuditedTest
extends AbstractEntityTest


Constructor Summary
AbstractAllAuditedTest()
           
 
Method Summary
 void initData()
           
 void testRetrieveAudited()
           
 void testRetrieveNonAudited()
           
 void testRevisions()
           
 
Methods inherited from class org.hibernate.envers.test.AbstractEntityTest
addConfigurationProperties, close, configure, 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

AbstractAllAuditedTest

public AbstractAllAuditedTest()
Method Detail

initData

public void initData()

testRevisions

public void testRevisions()

testRetrieveAudited

public void testRetrieveAudited()

testRetrieveNonAudited

public void testRetrieveNonAudited()


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