com.elasticpath.persistence.support.impl
Class HibernatePropertyCriterionLikeImpl

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

public class HibernatePropertyCriterionLikeImpl
extends AbstractPropertyCriterionImpl

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


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

HibernatePropertyCriterionLikeImpl

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