Class PropertyExpression

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

    public class PropertyExpression
    extends java.lang.Object
    implements Criterion
    superclass for comparisons between two properties (with SQL binary operators)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PropertyExpression​(java.lang.String propertyName, java.lang.String otherPropertyName, java.lang.String op)  
    • Constructor Detail

      • PropertyExpression

        protected PropertyExpression​(java.lang.String propertyName,
                                     java.lang.String otherPropertyName,
                                     java.lang.String op)
    • Method Detail

      • getOp

        public java.lang.String getOp()
      • 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 overall criteria query
        Returns:
        The types values (for binding)
      • toString

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