Uses of Class
fri.util.database.jpa.tree.nestedsets.NestedSetsTreeDao

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

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

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

Methods in fri.util.database.jpa.tree.nestedsets that return NestedSetsTreeDao
protected  NestedSetsTreeDao NestedSetsTreeTest.newDao(DbSession session)
          Overridden to allocate a new NestedSetsTreeDao for this test case.