org.hibernate.envers.test.integration.entityNames.auditedEntity
Class ReadEntityWhitEntityNameTest

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractOneSessionTest
          extended by org.hibernate.envers.test.integration.entityNames.auditedEntity.ReadEntityWhitEntityNameTest

public class ReadEntityWhitEntityNameTest
extends AbstractOneSessionTest


Field Summary
 
Fields inherited from class org.hibernate.envers.test.AbstractOneSessionTest
config
 
Constructor Summary
ReadEntityWhitEntityNameTest()
           
 
Method Summary
 void initData()
           
protected  void initMappings()
           
 void testObtainEntityNameAuditedEntityWithEntityName()
           
 void testRetrieveAuditedEntityWithEntityName()
           
 void testRetrieveAuditedEntityWithEntityNameWithNewSession()
           
 void testRetrieveRevisionsWithEntityName()
           
 
Methods inherited from class org.hibernate.envers.test.AbstractOneSessionTest
closeSessionFactory, forceNewSession, getAuditReader, getHibernateConfigurationFileName, getSession, init, initializeSession
 
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

ReadEntityWhitEntityNameTest

public ReadEntityWhitEntityNameTest()
Method Detail

initMappings

protected void initMappings()
                     throws MappingException,
                            URISyntaxException
Specified by:
initMappings in class AbstractOneSessionTest
Throws:
MappingException
URISyntaxException

initData

public void initData()

testRetrieveRevisionsWithEntityName

public void testRetrieveRevisionsWithEntityName()

testRetrieveAuditedEntityWithEntityName

public void testRetrieveAuditedEntityWithEntityName()

testObtainEntityNameAuditedEntityWithEntityName

public void testObtainEntityNameAuditedEntityWithEntityName()

testRetrieveAuditedEntityWithEntityNameWithNewSession

public void testRetrieveAuditedEntityWithEntityNameWithNewSession()


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