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

Interface Summary
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.
 

Class Summary
ClosureTableTreeDao Data-access-object for a hierarchical representation of records (nodes), using two database tables, having no parent reference in children.
ClosureTableTreeTest  
TemporalClosureTableTreeDao DAO extension that allows to historicize entities instead of deleting them.
TemporalClosureTableTreeTest