org.hibernate.envers.test.integration.superclass.auditparents
Class TransitiveAuditParentsTest
java.lang.Object
org.hibernate.envers.test.AbstractEnversTest
org.hibernate.envers.test.AbstractEntityTest
org.hibernate.envers.test.integration.superclass.auditparents.TransitiveAuditParentsTest
public class TransitiveAuditParentsTest
- extends AbstractEntityTest
Tests mapping of child entity which parent declares one of its ancestors as audited with Audited.auditParents()
property. Child entity may mark explicitly its parent as audited or not.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransitiveAuditParentsTest
public TransitiveAuditParentsTest()
configure
public void configure(Ejb3Configuration cfg)
- Specified by:
configure
in class AbstractEntityTest
initData
public void initData()
testCreatedAuditTables
public void testCreatedAuditTables()
testImplicitTransitiveAuditParents
public void testImplicitTransitiveAuditParents()
testExplicitTransitiveAuditParents
public void testExplicitTransitiveAuditParents()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.