Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » criterion » [javadoc | source]
org.hibernate.criterion
public class: InExpression [javadoc | source]
java.lang.Object
   org.hibernate.criterion.InExpression

All Implemented Interfaces:
    Criterion

Constrains the property to a specified list of values
Constructor:
 protected InExpression(String propertyName,
    Object[] values) 
Method from org.hibernate.criterion.InExpression Summary:
getTypedValues,   toSqlString,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.criterion.InExpression Detail:
 public TypedValue[] getTypedValues(Criteria criteria,
    CriteriaQuery criteriaQuery) throws HibernateException 
 public String toSqlString(Criteria criteria,
    CriteriaQuery criteriaQuery) throws HibernateException 
 public String toString()