Uses of Interface
fri.util.database.jpa.tree.TemporalTreeDao

Packages that use TemporalTreeDao
fri.util.database.jpa.tree   
fri.util.database.jpa.tree.closuretable   
fri.util.database.jpa.tree.nestedsets A "Nested Sets" tree implementation for hierarchical structures in a database table. 
 

Uses of TemporalTreeDao in fri.util.database.jpa.tree
 

Classes in fri.util.database.jpa.tree with type parameters of type TemporalTreeDao
 class AbstractTemporalTreeTest<D extends TemporalTreeDao<N>,N extends TreeNode>
          Tests additional public methods of TemporalTreeDao.
 

Methods in fri.util.database.jpa.tree that return TemporalTreeDao
protected  TemporalTreeDao<N> AbstractTemporalTreeTest.getTemporalDao()
           
 

Uses of TemporalTreeDao in fri.util.database.jpa.tree.closuretable
 

Classes in fri.util.database.jpa.tree.closuretable that implement TemporalTreeDao
 class TemporalClosureTableTreeDao
          DAO extension that allows to historicize entities instead of deleting them.
 

Uses of TemporalTreeDao in fri.util.database.jpa.tree.nestedsets
 

Classes in fri.util.database.jpa.tree.nestedsets that implement TemporalTreeDao
 class TemporalNestedSetsTreeDao
          DAO extension that allows to historicize entities instead of deleting them.