fri.util.database.jpa.tree.nestedsets.providers
Class TemporalNestedSetsTreeHibernateTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by fri.util.database.jpa.commons.AbstractJpaTest
              extended by fri.util.database.jpa.tree.AbstractTreeTest<D,N>
                  extended by fri.util.database.jpa.tree.AbstractTemporalTreeTest<TemporalNestedSetsTreeDao,NestedSetsTreeNode>
                      extended by fri.util.database.jpa.tree.nestedsets.TemporalNestedSetsTreeTest
                          extended by fri.util.database.jpa.tree.nestedsets.providers.TemporalNestedSetsTreeHibernateTest
All Implemented Interfaces:
junit.framework.Test

public class TemporalNestedSetsTreeHibernateTest
extends TemporalNestedSetsTreeTest


Field Summary
 
Fields inherited from class fri.util.database.jpa.tree.AbstractTreeTest
COPIED_NAME_PREFIX, UNIQUE_PROPERTY_NAMES
 
Fields inherited from class fri.util.database.jpa.commons.AbstractJpaTest
ECLIPSELINK_PERSISTENCE_UNIT_NAME, HIBERNATE_PERSISTENCE_UNIT_NAME
 
Constructor Summary
TemporalNestedSetsTreeHibernateTest()
           
 
Method Summary
protected  java.lang.String getPersistenceUnitName()
          Overridden to set Hibernate as JPA provider.
 
Methods inherited from class fri.util.database.jpa.tree.nestedsets.TemporalNestedSetsTreeTest
checkTreeIntegrity, getFullTreeForIntegrityCheck, getName, newDao, newTreePojo, newUniqueChildrenTreeConstraintImpl, newUniqueChildrenTreeConstraintImplWithoutRoots, newUniqueWholeTreeConstraintImpl, newUniqueWholeTreeConstraintImplWithoutRoots, renameBeforeCopy, setNameNotConstraintChecking, setValid
 
Methods inherited from class fri.util.database.jpa.tree.AbstractTemporalTreeTest
getTemporalDao, tearDown, testDatabaseToBeCaseSensitive, testFindChildrenInFullTree, testFindRemoved, testRemoveHistoricizedTreesPhysically, testRemoveRootPhysically, testRemoveSubTreePhysically, testUniquenessWithNullValidFrom, testUnremove, testUnremoveAllRoots, testValidFromIsNull
 
Methods inherited from class fri.util.database.jpa.tree.AbstractTreeTest
assertTreeCacheable, beginDbTransaction, commitDbTransaction, createTree, createTree, createTree, findByName, getDao, isTestCopy, newDbSession, outputTree, outputTree, rollbackDbTransaction, setName, testAddToTree, testBigTree, testCopiedNodeRenamer, testCopyRootToBeRoot, testCopyToOtherRoot, testCopyToSelf, testCopyTree, testCopyTreeBelowItselfFails, testCopyTreeFailsWithUniqueConstraint, testCopyTreeToAlteredName, testCopyTreeToAlteredNameWithUniqueConstraint, testCopyTreeToBeRoot, testCopyTreeWithPrecedingDelete, testCreateAndRemoveRoot, testCreateTree, testFindChildrenInCachedTree, testGetRoots, testIsBelow, testIsRoot, testLevel, testMoveRootToOtherTree, testMoveToOtherTree, testMoveTree, testMoveTreeBelowItselfFails, testMoveTreeToBeRoot, testNonUniqueRootsButUniqueChildren, testNonUniqueRootsButWholeTreeUniqueNodes, testParent, testPath, testRemoveAllTrees, testRemoveFromTree, testRemoveTree, testUniqueChildrenConstraint, testUniqueness, testUniquenessWithDeletion, testUniqueWholeTreeConstraintOnMove, testUpdateNode, testUpdateRootWithWholeTreeUniqueConstraint, testUpdateToSameNameWithUniqueConstraint
 
Methods inherited from class fri.util.database.jpa.commons.AbstractJpaTest
beginTransaction, commitTransaction, log, logAfterEnd, logBeforeEnd, logStart, rollbackTransaction, setUp
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemporalNestedSetsTreeHibernateTest

public TemporalNestedSetsTreeHibernateTest()
Method Detail

getPersistenceUnitName

protected java.lang.String getPersistenceUnitName()
Overridden to set Hibernate as JPA provider.

Overrides:
getPersistenceUnitName in class AbstractJpaTest