Class IlikeExpression

    • Constructor Detail

      • IlikeExpression

        protected IlikeExpression​(String propertyName,
                                  Object value)
        Deprecated.
      • IlikeExpression

        protected IlikeExpression​(String propertyName,
                                  String value,
                                  MatchMode matchMode)
        Deprecated.
    • Method Detail

      • toSqlString

        public String toSqlString​(Criteria criteria,
                                  CriteriaQuery criteriaQuery)
        Deprecated.
        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)
        Deprecated.
        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)