org.hibernate.envers.test.performance
Class EvictAuditDataAfterCommitTest

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractSessionTest
          extended by org.hibernate.envers.test.performance.EvictAuditDataAfterCommitTest

public class EvictAuditDataAfterCommitTest
extends AbstractSessionTest


Field Summary
 
Fields inherited from class org.hibernate.envers.test.AbstractSessionTest
config
 
Constructor Summary
EvictAuditDataAfterCommitTest()
           
 
Method Summary
protected  void initMappings()
           
 void testSessionCacheClear()
           
 void testSessionCacheCollectionClear()
           
 
Methods inherited from class org.hibernate.envers.test.AbstractSessionTest
closeSessionFactory, getAuditReader, getCfg, getHibernateConfigurationFileName, getSession, init, newSessionFactory
 
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

EvictAuditDataAfterCommitTest

public EvictAuditDataAfterCommitTest()
Method Detail

initMappings

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

testSessionCacheClear

public void testSessionCacheClear()

testSessionCacheCollectionClear

public void testSessionCacheCollectionClear()


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