org.hibernate.envers.test.integration.collection.norevision
Class AbstractCollectionChangeTest
java.lang.Object
org.hibernate.envers.test.AbstractEnversTest
org.hibernate.envers.test.AbstractSessionTest
org.hibernate.envers.test.integration.collection.norevision.AbstractCollectionChangeTest
- Direct Known Subclasses:
- CollectionChangeNoRevisionTest, CollectionChangeRevisionTest
public abstract class AbstractCollectionChangeTest
- extends AbstractSessionTest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
personId
protected Integer personId
AbstractCollectionChangeTest
public AbstractCollectionChangeTest()
initMappings
protected void initMappings()
throws MappingException,
URISyntaxException
- Specified by:
initMappings
in class AbstractSessionTest
- Throws:
MappingException
URISyntaxException
getCollectionChangeValue
protected abstract String getCollectionChangeValue()
getExpectedPersonRevisions
protected abstract List<Integer> getExpectedPersonRevisions()
initData
public void initData()
testPersonRevisionCount
public void testPersonRevisionCount()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.