com.elasticpath.persistence.support.impl
Class HibernatePropertyCriterionEqualImpl

java.lang.Object
  extended by com.elasticpath.persistence.support.impl.AbstractPropertyCriterionImpl
      extended by com.elasticpath.persistence.support.impl.HibernatePropertyCriterionEqualImpl
All Implemented Interfaces:
PropertyCriterion

public class HibernatePropertyCriterionEqualImpl
extends AbstractPropertyCriterionImpl

HibernatePropertyCriterionLikeImpl is the implementation of PropertyCriterion for hibernate with condition "equal".


Constructor Summary
HibernatePropertyCriterionEqualImpl()
           
 
Method Summary
 java.lang.Object getCriterion()
          Return the persistence layer specfic criterion object, i.e.
 
Methods inherited from class com.elasticpath.persistence.support.impl.AbstractPropertyCriterionImpl
getPropertyName, getRestrictionValues, setPropertyName, setRestrictionValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernatePropertyCriterionEqualImpl

public HibernatePropertyCriterionEqualImpl()
Method Detail

getCriterion

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

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