org.hibernate.envers.test.integration.inheritance.joined
Class ParentAuditing

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractEntityTest
          extended by org.hibernate.envers.test.integration.inheritance.joined.ParentAuditing

public class ParentAuditing
extends AbstractEntityTest


Constructor Summary
ParentAuditing()
           
 
Method Summary
 void configure(Ejb3Configuration cfg)
           
 void initData()
           
 void testHistoryOfChildId1()
           
 void testHistoryOfParentId1()
           
 void testPolymorphicQuery()
           
 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

ParentAuditing

public ParentAuditing()
Method Detail

configure

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

initData

public void initData()

testRevisionsCounts

public void testRevisionsCounts()

testHistoryOfChildId1

public void testHistoryOfChildId1()

testHistoryOfParentId1

public void testHistoryOfParentId1()

testPolymorphicQuery

public void testPolymorphicQuery()


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