Uses of Interface
org.apache.cayenne.exp.property.ComparableProperty
-
Packages that use ComparableProperty Package Description org.apache.cayenne.exp Cayenne data expression classes.org.apache.cayenne.exp.property Property APIorg.apache.cayenne.query Defines standard queries supported by Cayenne and extension mechanism to create custom queries. -
-
Uses of ComparableProperty in org.apache.cayenne.exp
Classes in org.apache.cayenne.exp that implement ComparableProperty Modifier and Type Class Description classProperty<E>Deprecated.since 4.2 in favour of type-specific set of properties, seePropertyFactoryandorg.apache.cayenne.exp.propertypackage. -
Uses of ComparableProperty in org.apache.cayenne.exp.property
Classes in org.apache.cayenne.exp.property that implement ComparableProperty Modifier and Type Class Description classDateProperty<E>Property that represents date/time attribute.classNumericIdProperty<E extends Number>Property that represents numeric PKclassNumericProperty<E extends Number>Property that represents attributes mapped on numeric typesclassStringProperty<E extends CharSequence>Property that represents attributes mapped on string typesMethods in org.apache.cayenne.exp.property with parameters of type ComparableProperty Modifier and Type Method Description default ExpressionComparableProperty. between(ComparableProperty<?> lower, ComparableProperty<?> upper)default ExpressionComparableProperty. gt(ComparableProperty<?> value)default ExpressionComparableProperty. gte(ComparableProperty<?> value)default ExpressionComparableProperty. lt(ComparableProperty<?> value)default ExpressionComparableProperty. lte(ComparableProperty<?> value) -
Uses of ComparableProperty in org.apache.cayenne.query
Methods in org.apache.cayenne.query with parameters of type ComparableProperty Modifier and Type Method Description ColumnSelect<Object[]>ColumnSelect. max(ComparableProperty<?> property)Select maximum value of property<E> ColumnSelect<E>ObjectSelect. max(ComparableProperty<E> property)Select maximum value of propertyColumnSelect<Object[]>ColumnSelect. min(ComparableProperty<?> property)Select minimum value of property<E> ColumnSelect<E>ObjectSelect. min(ComparableProperty<E> property)Select minimum value of property
-