Uses of Class
fri.util.database.jpa.commons.AbstractEntity

Packages that use AbstractEntity
fri.util.database.jpa.tree.closuretable.pojos   
fri.util.database.jpa.tree.nestedsets.pojos   
 

Uses of AbstractEntity in fri.util.database.jpa.tree.closuretable.pojos
 

Subclasses of AbstractEntity in fri.util.database.jpa.tree.closuretable.pojos
 class ClosureTableTreePojo
          Example POJO for the unit test, implementing ClosureTableTreeNode via JPA.
 

Uses of AbstractEntity in fri.util.database.jpa.tree.nestedsets.pojos
 

Subclasses of AbstractEntity in fri.util.database.jpa.tree.nestedsets.pojos
 class AbstractNestedSetsTreePojo
          Abstraction of an NestedSetsTree POJO that holds left and right numbers.
 class NestedSetsTreePojo
          Example POJO for the unit test, implementing NestedSetsTree via JPA.
 class NonUniqueNestedSetsTreePojo
          Example POJO for the unit test, implementing NestedSetsTree via JPA.
 class TemporalNestedSetsTreePojo
          Example POJO for the unit test, implementing TemporalNestedSetsTree via JPA.