org.hibernate.envers.test.integration.entityNames.oneToManyNotAudited
Class ReadEntityWithAuditedCollectionTest

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.oneToManyNotAudited.ReadEntityWithAuditedCollectionTest

public class ReadEntityWithAuditedCollectionTest
extends AbstractOneSessionTest


Field Summary
 
Fields inherited from class org.hibernate.envers.test.AbstractOneSessionTest
config
 
Constructor Summary
ReadEntityWithAuditedCollectionTest()
           
 
Method Summary
 void initData()
           
protected  void initMappings()
           
 void testObtainEntityNameCollectionWithEntityNameAndNotAuditedMode()
           
 void testObtainEntityNameCollectionWithEntityNameAndNotAuditedModeInNewSession()
           
 
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

ReadEntityWithAuditedCollectionTest

public ReadEntityWithAuditedCollectionTest()
Method Detail

initMappings

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

initData

public void initData()

testObtainEntityNameCollectionWithEntityNameAndNotAuditedMode

public void testObtainEntityNameCollectionWithEntityNameAndNotAuditedMode()

testObtainEntityNameCollectionWithEntityNameAndNotAuditedModeInNewSession

public void testObtainEntityNameCollectionWithEntityNameAndNotAuditedModeInNewSession()


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