Uses of Interface
com.elasticpath.persistence.support.RelationCriterion

Packages that use RelationCriterion
com.elasticpath.persistence   
com.elasticpath.persistence.impl   
com.elasticpath.persistence.support.impl   
 

Uses of RelationCriterion in com.elasticpath.persistence
 

Methods in com.elasticpath.persistence with parameters of type RelationCriterion
 java.util.List PersistenceEngine.find(java.lang.Class objClass, RelationCriterion relationCriterion)
          Retrieve a list of persistent instances of the specified class with the specified relation criterion.
 

Uses of RelationCriterion in com.elasticpath.persistence.impl
 

Methods in com.elasticpath.persistence.impl with parameters of type RelationCriterion
 java.util.List HibernatePersistenceEngineImpl.find(java.lang.Class objClass, RelationCriterion relationCriterion)
          Retrieve a list of persistent instances of the specified class with the specified relation criterion.
 

Uses of RelationCriterion in com.elasticpath.persistence.support.impl
 

Classes in com.elasticpath.persistence.support.impl that implement RelationCriterion
 class AbstractRelationCriterionImpl
          RelationCriterion represents the relational criteria around two PropertyCriterion.
 class HibernateRelationCriterionAndImpl
          HibernatePropertyCriterionLikeImpl is the implementation of RelationCriterion for hibernate with condition "or".
 class HibernateRelationCriterionOrImpl
          HibernatePropertyCriterionLikeImpl is the implementation of RelationCriterion for hibernate with condition "or".