org.hibernate.envers.test.integration.superclass.auditparents
Class SingleAuditParentsTest
java.lang.Object
org.hibernate.envers.test.AbstractEnversTest
org.hibernate.envers.test.AbstractEntityTest
org.hibernate.envers.test.integration.superclass.auditparents.SingleAuditParentsTest
public class SingleAuditParentsTest
- extends AbstractEntityTest
Tests mapping of child entity that declares one of its ancestors as audited with Audited.auditParents()
property.
All supperclasses are marked with MappedSuperclass
annotation but not Audited
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleAuditParentsTest
public SingleAuditParentsTest()
configure
public void configure(Ejb3Configuration cfg)
- Specified by:
configure
in class AbstractEntityTest
initData
public void initData()
testCreatedAuditTable
public void testCreatedAuditTable()
testSingleAuditParent
public void testSingleAuditParent()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.