Class InExpression

  • All Implemented Interfaces:
    java.io.Serializable, Criterion

    public class InExpression
    extends java.lang.Object
    implements Criterion
    Constrains the property to a specified list of values
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected InExpression​(java.lang.String propertyName, java.lang.Object[] values)
      Constructs an InExpression
    • Method Detail

      • toSqlString

        public java.lang.String toSqlString​(Criteria criteria,
                                            CriteriaQuery criteriaQuery)
        Description copied from interface: Criterion
        Render the SQL fragment
        Specified by:
        toSqlString in interface Criterion
        Parameters:
        criteria - The local criteria
        criteriaQuery - The overal criteria query
        Returns:
        The generated SQL fragment
      • getTypedValues

        public TypedValue[] getTypedValues​(Criteria criteria,
                                           CriteriaQuery criteriaQuery)
        Description copied from interface: Criterion
        Return typed values for all parameters in the rendered SQL fragment
        Specified by:
        getTypedValues in interface Criterion
        Parameters:
        criteria - The local criteria
        criteriaQuery - The overal criteria query
        Returns:
        The types values (for binding)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object