org.hibernate.envers.test.integration.manytomany.unidirectional
Class M2MRelationNotAuditedTarget

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.unidirectional.M2MRelationNotAuditedTarget

public class M2MRelationNotAuditedTarget
extends AbstractEntityTest

A test for auditing a many-to-many relation where the target entity is not audited.


Constructor Summary
M2MRelationNotAuditedTarget()
           
 
Method Summary
 void configure(Ejb3Configuration cfg)
           
 void initData()
           
 void testHistoryOfTnae1_id()
           
 void testHistoryOfTnae2_id()
           
 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

M2MRelationNotAuditedTarget

public M2MRelationNotAuditedTarget()
Method Detail

configure

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

initData

public void initData()

testRevisionsCounts

public void testRevisionsCounts()

testHistoryOfTnae1_id

public void testHistoryOfTnae1_id()

testHistoryOfTnae2_id

public void testHistoryOfTnae2_id()


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