Uses of Package
fri.util.database.jpa.tree.nestedsets

Packages that use fri.util.database.jpa.tree.nestedsets
fri.util.database.jpa.tree.examples.nestedsets   
fri.util.database.jpa.tree.examples.nestedsets.temporal   
fri.util.database.jpa.tree.hibernatesession.tests   
fri.util.database.jpa.tree.nestedsets A "Nested Sets" tree implementation for hierarchical structures in a database table. 
fri.util.database.jpa.tree.nestedsets.pojos   
fri.util.database.jpa.tree.nestedsets.providers   
fri.util.database.jpa.tree.nestedsets.uniqueconstraints   
 

Classes in fri.util.database.jpa.tree.nestedsets used by fri.util.database.jpa.tree.examples.nestedsets
NestedSetsTreeNode
          A tree node.
 

Classes in fri.util.database.jpa.tree.nestedsets used by fri.util.database.jpa.tree.examples.nestedsets.temporal
NestedSetsTreeNode
          A tree node.
TemporalNestedSetsTreeNode
          Merges Temporal with NestedSetsTreeNode.
 

Classes in fri.util.database.jpa.tree.nestedsets used by fri.util.database.jpa.tree.hibernatesession.tests
NestedSetsTreeTest
          Unit test for NestedSetsTreeDao and NestedSetsTreeNode.
TemporalNestedSetsTreeTest
           
 

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

Classes in fri.util.database.jpa.tree.nestedsets used by fri.util.database.jpa.tree.nestedsets.pojos
NestedSetsTreeNode
          A tree node.
TemporalNestedSetsTreeNode
          Merges Temporal with NestedSetsTreeNode.
 

Classes in fri.util.database.jpa.tree.nestedsets used by fri.util.database.jpa.tree.nestedsets.providers
NestedSetsTreeTest
          Unit test for NestedSetsTreeDao and NestedSetsTreeNode.
TemporalNestedSetsTreeTest
           
 

Classes in fri.util.database.jpa.tree.nestedsets used by fri.util.database.jpa.tree.nestedsets.uniqueconstraints
NestedSetsTreeNode
          A tree node.