org.hibernate.envers.test.integration.manytomany.biowned
Class BasicBiowned

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractEntityTest
          extended by org.hibernate.envers.test.integration.manytomany.biowned.BasicBiowned

public class BasicBiowned
extends AbstractEntityTest


Constructor Summary
BasicBiowned()
           
 
Method Summary
 void configure(Ejb3Configuration cfg)
           
 void initData()
           
 void testHistoryOfO1_1()
           
 void testHistoryOfO1_2()
           
 void testHistoryOfO2_1()
           
 void testHistoryOfO2_2()
           
 void testRevisionsCounts()
           
 
Methods inherited from class org.hibernate.envers.test.AbstractEntityTest
addConfigurationProperties, close, getAuditReader, getCfg, getEntityManager, init, init, newEntityManager
 
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

BasicBiowned

public BasicBiowned()
Method Detail

configure

public void configure(Ejb3Configuration cfg)
Specified by:
configure in class AbstractEntityTest

initData

public void initData()

testRevisionsCounts

public void testRevisionsCounts()

testHistoryOfO1_1

public void testHistoryOfO1_1()

testHistoryOfO1_2

public void testHistoryOfO1_2()

testHistoryOfO2_1

public void testHistoryOfO2_1()

testHistoryOfO2_2

public void testHistoryOfO2_2()


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