Uses of Class
fri.util.database.jpa.tree.uniqueconstraints.AbstractWholeTreeUniqueConstraintImpl

Packages that use AbstractWholeTreeUniqueConstraintImpl
fri.util.database.jpa.tree.nestedsets.uniqueconstraints   
 

Uses of AbstractWholeTreeUniqueConstraintImpl in fri.util.database.jpa.tree.nestedsets.uniqueconstraints
 

Subclasses of AbstractWholeTreeUniqueConstraintImpl in fri.util.database.jpa.tree.nestedsets.uniqueconstraints
 class UniqueChildrenConstraintImpl
          Accepts a single or a combination of several unique properties, and it checks if they are unique relative to its parent node.
 class UniqueChildrenTemporalConstraintImpl
           
 class UniqueWholeTreeConstraintImpl
          Unique nodes related to the whole tree.
 class UniqueWholeTreeTemporalConstraintImpl
          This appends validFrom and validTo dates to uniqueness-query, to NOT find historicized objects.