com.elasticpath.persistence.support.impl
Class HibernateRelationCriterionAndImpl

java.lang.Object
  extended by com.elasticpath.persistence.support.impl.AbstractRelationCriterionImpl
      extended by com.elasticpath.persistence.support.impl.HibernateRelationCriterionAndImpl
All Implemented Interfaces:
RelationCriterion

public class HibernateRelationCriterionAndImpl
extends AbstractRelationCriterionImpl

HibernatePropertyCriterionLikeImpl is the implementation of RelationCriterion for hibernate with condition "or".


Constructor Summary
HibernateRelationCriterionAndImpl()
           
 
Method Summary
 java.lang.Object getCriterion()
          Return the persistence layer specfic criterion object, i.e.
 
Methods inherited from class com.elasticpath.persistence.support.impl.AbstractRelationCriterionImpl
getPropertyCriterion1, getPropertyCriterion2, setPropertyCriterion1, setPropertyCriterion2
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateRelationCriterionAndImpl

public HibernateRelationCriterionAndImpl()
Method Detail

getCriterion

public java.lang.Object getCriterion()
Return the persistence layer specfic criterion object, i.e. org.hibernate.criterion.

Returns:
criterion object
Throws:
EpPersistenceException - - in case of persistence errors