org.hibernate.envers.test.integration.entityNames.manyToManyAudited
Class ReadEntityWithAuditedManyToManyTest

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.manyToManyAudited.ReadEntityWithAuditedManyToManyTest

public class ReadEntityWithAuditedManyToManyTest
extends AbstractOneSessionTest


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

ReadEntityWithAuditedManyToManyTest

public ReadEntityWithAuditedManyToManyTest()
Method Detail

initMappings

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

initData

public void initData()

testGetEntityNameManyYoManyWithEntityName

public void testGetEntityNameManyYoManyWithEntityName()

testGetEntityNameManyYoManyWithEntityNameInNewSession

public void testGetEntityNameManyYoManyWithEntityNameInNewSession()


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