org.hibernate.envers.test.integration.sameids
Class SameIds
java.lang.Object
org.hibernate.envers.test.AbstractEnversTest
org.hibernate.envers.test.AbstractEntityTest
org.hibernate.envers.test.integration.sameids.SameIds
public class SameIds
- extends AbstractEntityTest
A test which checks that if we add two different entities with the same ids in one revision, they
will both be stored.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SameIds
public SameIds()
configure
public void configure(Ejb3Configuration cfg)
- Specified by:
configure
in class AbstractEntityTest
initData
public void initData()
testRevisionsCounts
public void testRevisionsCounts()
testHistoryOfSite1
public void testHistoryOfSite1()
testHistoryOfSite2
public void testHistoryOfSite2()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.