com.elasticpath.persistence.support.impl
Class HibernateRelationCriterionOrImpl

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

public class HibernateRelationCriterionOrImpl
extends AbstractRelationCriterionImpl

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


Constructor Summary
HibernateRelationCriterionOrImpl()
           
 
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

HibernateRelationCriterionOrImpl

public HibernateRelationCriterionOrImpl()
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