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

Class Summary
AbstractTreePathImpl Abstraction of the POJO that represents an ancestor to descendant relation.
AbstractTreePathImpl.CompositeId Primary key mapping class, holding the node id of both ancestor and descendant, which in combination will be unique and thus suitable as primary key for any TreePathImpl.
ClosureTableTreePojo Example POJO for the unit test, implementing ClosureTableTreeNode via JPA.
TemporalTreePathImpl Temporal test object.
TreePathImpl The POJO that represents an ancestor to descendant relation.