Uses of Class
fri.util.database.jpa.tree.AbstractTreeDao

Packages that use AbstractTreeDao
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 AbstractTreeDao in fri.util.database.jpa.tree.closuretable
 

Subclasses of AbstractTreeDao in fri.util.database.jpa.tree.closuretable
 class ClosureTableTreeDao
          Data-access-object for a hierarchical representation of records (nodes), using two database tables, having no parent reference in children.
 class TemporalClosureTableTreeDao
          DAO extension that allows to historicize entities instead of deleting them.
 

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

Subclasses of AbstractTreeDao in fri.util.database.jpa.tree.nestedsets
 class NestedSetsTreeDao
          Data-access-object for a hierarchical representation of records (nodes), using one database table, having no parent reference in children.
 class TemporalNestedSetsTreeDao
          DAO extension that allows to historicize entities instead of deleting them.