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

Packages that use fri.util.database.jpa.tree.closuretable
fri.util.database.jpa.tree.closuretable   
fri.util.database.jpa.tree.closuretable.pojos   
fri.util.database.jpa.tree.closuretable.providers   
fri.util.database.jpa.tree.closuretable.uniqueconstraints   
fri.util.database.jpa.tree.examples.closuretable   
fri.util.database.jpa.tree.examples.closuretable.temporal   
fri.util.database.jpa.tree.examples.closuretable.temporal.deletedflag   
fri.util.database.jpa.tree.hibernatesession.tests   
 

Classes in fri.util.database.jpa.tree.closuretable used by fri.util.database.jpa.tree.closuretable
ClosureTableTreeDao
          Data-access-object for a hierarchical representation of records (nodes), using two database tables, having no parent reference in children.
ClosureTableTreeNode
          Every domain object (POJO) that wants tree structure by a ClosureTableTreeDao needs to implement this interface.
TemporalClosureTableTreeDao
          DAO extension that allows to historicize entities instead of deleting them.
TreePath
          The entity type (database table) where tree paths are stored.
 

Classes in fri.util.database.jpa.tree.closuretable used by fri.util.database.jpa.tree.closuretable.pojos
ClosureTableTreeNode
          Every domain object (POJO) that wants tree structure by a ClosureTableTreeDao needs to implement this interface.
TemporalTreePath
          Merges Temporal with TreePath.
TreePath
          The entity type (database table) where tree paths are stored.
 

Classes in fri.util.database.jpa.tree.closuretable used by fri.util.database.jpa.tree.closuretable.providers
ClosureTableTreeTest
           
TemporalClosureTableTreeTest
           
 

Classes in fri.util.database.jpa.tree.closuretable used by fri.util.database.jpa.tree.closuretable.uniqueconstraints
ClosureTableTreeNode
          Every domain object (POJO) that wants tree structure by a ClosureTableTreeDao needs to implement this interface.
 

Classes in fri.util.database.jpa.tree.closuretable used by fri.util.database.jpa.tree.examples.closuretable
ClosureTableTreeNode
          Every domain object (POJO) that wants tree structure by a ClosureTableTreeDao needs to implement this interface.
TreePath
          The entity type (database table) where tree paths are stored.
 

Classes in fri.util.database.jpa.tree.closuretable used by fri.util.database.jpa.tree.examples.closuretable.temporal
ClosureTableTreeNode
          Every domain object (POJO) that wants tree structure by a ClosureTableTreeDao needs to implement this interface.
TemporalTreePath
          Merges Temporal with TreePath.
TreePath
          The entity type (database table) where tree paths are stored.
 

Classes in fri.util.database.jpa.tree.closuretable used by fri.util.database.jpa.tree.examples.closuretable.temporal.deletedflag
ClosureTableTreeNode
          Every domain object (POJO) that wants tree structure by a ClosureTableTreeDao needs to implement this interface.
TemporalTreePath
          Merges Temporal with TreePath.
TreePath
          The entity type (database table) where tree paths are stored.
 

Classes in fri.util.database.jpa.tree.closuretable used by fri.util.database.jpa.tree.hibernatesession.tests
ClosureTableTreeTest
           
TemporalClosureTableTreeTest