Uses of Interface
fri.util.database.jpa.tree.Temporal

Packages that use Temporal
fri.util.database.jpa.tree   
fri.util.database.jpa.tree.closuretable   
fri.util.database.jpa.tree.closuretable.pojos   
fri.util.database.jpa.tree.examples.closuretable.temporal   
fri.util.database.jpa.tree.examples.closuretable.temporal.deletedflag   
fri.util.database.jpa.tree.examples.nestedsets.temporal   
fri.util.database.jpa.tree.nestedsets A "Nested Sets" tree implementation for hierarchical structures in a database table. 
fri.util.database.jpa.tree.nestedsets.pojos   
 

Uses of Temporal in fri.util.database.jpa.tree
 

Methods in fri.util.database.jpa.tree with parameters of type Temporal
 boolean AbstractTreeDao.isValid(Temporal node, java.util.Date validityDate)
          Temporal extension.
 

Uses of Temporal in fri.util.database.jpa.tree.closuretable
 

Subinterfaces of Temporal in fri.util.database.jpa.tree.closuretable
 interface TemporalTreePath
          Merges Temporal with TreePath.
 

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

Classes in fri.util.database.jpa.tree.closuretable.pojos that implement Temporal
 class TemporalTreePathImpl
          Temporal test object.
 

Uses of Temporal in fri.util.database.jpa.tree.examples.closuretable.temporal
 

Classes in fri.util.database.jpa.tree.examples.closuretable.temporal that implement Temporal
 class PersonTemporalTreePath
          Example for temporal TreePath implementation.
 

Uses of Temporal in fri.util.database.jpa.tree.examples.closuretable.temporal.deletedflag
 

Classes in fri.util.database.jpa.tree.examples.closuretable.temporal.deletedflag that implement Temporal
 class PersonDeletedFlagTreePath
          Example for temporal TreePath implementation.
 

Uses of Temporal in fri.util.database.jpa.tree.examples.nestedsets.temporal
 

Classes in fri.util.database.jpa.tree.examples.nestedsets.temporal that implement Temporal
 class PersonTnst
          Example temporal entity, Tnst = Temporal Nested Sets Tree, redirecting validTo to endValid, and validFrom to nothing, as validTo is enough to support historization.
 

Uses of Temporal in fri.util.database.jpa.tree.nestedsets
 

Subinterfaces of Temporal in fri.util.database.jpa.tree.nestedsets
 interface TemporalNestedSetsTreeNode
          Merges Temporal with NestedSetsTreeNode.
 

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

Classes in fri.util.database.jpa.tree.nestedsets.pojos that implement Temporal
 class TemporalNestedSetsTreePojo
          Example POJO for the unit test, implementing TemporalNestedSetsTree via JPA.