Uses of Package
com.anasoft.os.daofusion.criteria

Packages that use com.anasoft.os.daofusion.criteria
com.anasoft.os.daofusion Core DAO interfaces and abstract implementations. 
com.anasoft.os.daofusion.criteria Criteria classes defining persistent entity query constraints. 
com.anasoft.os.daofusion.cto.server Server-side criteria transfer object classes. 
 

Classes in com.anasoft.os.daofusion.criteria used by com.anasoft.os.daofusion
PersistentEntityCriteria
          Persistent entity criteria contract used by the PersistentEntityDao.
 

Classes in com.anasoft.os.daofusion.criteria used by com.anasoft.os.daofusion.criteria
AbstractCriterionGroup
          Base class for persistent entity criteria implementations working with PersistentEntityCriterion instances.
AssociationPath
          Association path which points to the given property of the target persistent entity.
AssociationPathElement
          Association path element contained in the AssociationPath.
AssociationPathRegister
          Register of AssociationPath instances and corresponding Hibernate Criteria to be reused when modifying the root Criteria instance.
FilterCriterion
          Filter criterion for a single property of the target persistent entity.
FilterCriterion.FilterCriterionBuilder
          Builder for FilterCriterion instances.
FilterCriterionProvider
          Generic Criterion instance provider contract used by the FilterCriterion.
NestedPropertyCriterion
          Generic persistent entity property criterion supporting a nested property of the target persistent entity.
NestedPropertyCriterion.NestedPropertyCriterionBuilder
          Base class for specific NestedPropertyCriterion builders.
NestedPropertyCriterionVisitor
          Visitor for specific NestedPropertyCriterion subclasses that groups query constraint application logic operating on the root Criteria instance.
NestedPropertyJoinType
          Enumeration of possible database join types applicable to AssociationPathElement instances.
PersistentEntityCriteria
          Persistent entity criteria contract used by the PersistentEntityDao.
PersistentEntityCriterion
          Persistent entity criterion contract that uses visitor pattern for defining query constraint application logic.
SimpleFilterCriterionProvider.FilterDataStrategy
          Type of the strategy for passing filter data to the given FilterCriterionProvider.
SortCriterion
          Sort criterion for a single property of the target persistent entity.
SortCriterion.SortCriterionBuilder
          Builder for SortCriterion instances.
 

Classes in com.anasoft.os.daofusion.criteria used by com.anasoft.os.daofusion.cto.server
AssociationPath
          Association path which points to the given property of the target persistent entity.
FilterCriterionProvider
          Generic Criterion instance provider contract used by the FilterCriterion.
NestedPropertyCriteria
          General purpose persistent entity criteria implementation acting as container for NestedPropertyCriterion instances.
NestedPropertyJoinType
          Enumeration of possible database join types applicable to AssociationPathElement instances.
PersistentEntityCriteria
          Persistent entity criteria contract used by the PersistentEntityDao.
 



Copyright © 2008-2009 ANASOFT and contributors. All Rights Reserved.