org.hibernate.envers.test.integration.merge
Class AddDelTest

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractSessionTest
          extended by org.hibernate.envers.test.integration.merge.AddDelTest

public class AddDelTest
extends AbstractSessionTest


Field Summary
 
Fields inherited from class org.hibernate.envers.test.AbstractSessionTest
config
 
Constructor Summary
AddDelTest()
           
 
Method Summary
 void initData()
           
protected  void initMappings()
           
 void testHistoryOfGivenIdStrEntity()
           
 void testRevisionsCountOfGivenIdStrEntity()
           
 
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

AddDelTest

public AddDelTest()
Method Detail

initMappings

protected void initMappings()
Specified by:
initMappings in class AbstractSessionTest

initData

public void initData()

testRevisionsCountOfGivenIdStrEntity

public void testRevisionsCountOfGivenIdStrEntity()

testHistoryOfGivenIdStrEntity

public void testHistoryOfGivenIdStrEntity()


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