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

Class Summary
CompositePersonTreePathId Primary key class for TreePath, reusable for all nodes types that have a String id.
HibernateSessionExample Shows how to use ClosureTableTreeDao with Hibernate Session.
JpaExample Shows how to use ClosureTableTreeDao with JPA, using two DAOs to maintain two different trees on the same node table.
PersonAbstractTreePath  
PersonCtt Example entity, Ctt = Closure Table Tree.
PersonFunctionalTreePath Tree aspect: functional hierarchy among persons, e.g.
PersonOrganisationalTreePath Tree aspect: organizational hierarchy among persons, e.g.