org.hibernate.envers.test.integration.reventity
Class LongRevEntityInheritanceChildAuditing

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractEntityTest
          extended by org.hibernate.envers.test.integration.reventity.LongRevEntityInheritanceChildAuditing

public class LongRevEntityInheritanceChildAuditing
extends AbstractEntityTest

A join-inheritance test using a custom revision entity where the revision number is a long, mapped in the database as an int.


Constructor Summary
LongRevEntityInheritanceChildAuditing()
           
 
Method Summary
 void configure(Ejb3Configuration cfg)
           
 void testChildRevColumnType()
           
 
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

LongRevEntityInheritanceChildAuditing

public LongRevEntityInheritanceChildAuditing()
Method Detail

configure

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

testChildRevColumnType

public void testChildRevColumnType()


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