org.hibernate.envers.test.integration.components
Class Components

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractEntityTest
          extended by org.hibernate.envers.test.integration.components.Components

public class Components
extends AbstractEntityTest


Constructor Summary
Components()
           
 
Method Summary
 void configure(Ejb3Configuration cfg)
           
 void initData()
           
 void testHistoryOfId1()
           
 void testHistoryOfId2()
           
 void testHistoryOfId3()
           
 void testHistoryOfId4()
           
 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

Components

public Components()
Method Detail

configure

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

initData

public void initData()

testRevisionsCounts

public void testRevisionsCounts()

testHistoryOfId1

public void testHistoryOfId1()

testHistoryOfId2

public void testHistoryOfId2()

testHistoryOfId3

public void testHistoryOfId3()

testHistoryOfId4

public void testHistoryOfId4()


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