org.hibernate.envers.test.integration.basic
Class NoneAudited

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractEntityTest
          extended by org.hibernate.envers.test.integration.basic.NoneAudited

public class NoneAudited
extends AbstractEntityTest


Constructor Summary
NoneAudited()
           
 
Method Summary
 void configure(Ejb3Configuration cfg)
           
 void newEntityManager()
           
 void testRevisionInfoTableNotCreated()
           
 
Methods inherited from class org.hibernate.envers.test.AbstractEntityTest
addConfigurationProperties, close, getAuditReader, getCfg, getEntityManager, init, init
 
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

NoneAudited

public NoneAudited()
Method Detail

configure

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

newEntityManager

public void newEntityManager()
Overrides:
newEntityManager in class AbstractEntityTest

testRevisionInfoTableNotCreated

public void testRevisionInfoTableNotCreated()


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