Uses of Interface
org.apache.cayenne.exp.property.ComparableProperty
Packages that use ComparableProperty
Package
Description
Cayenne data expression classes.
Property API
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 -
Uses of ComparableProperty in org.apache.cayenne.exp.property
Classes in org.apache.cayenne.exp.property that implement ComparablePropertyModifier and TypeClassDescriptionclass
DateProperty<E>
Property that represents date/time attribute.class
NumericIdProperty<E extends Number>
Property that represents numeric PKclass
NumericProperty<E extends Number>
Property that represents attributes mapped on numeric typesclass
StringProperty<E extends CharSequence>
Property that represents attributes mapped on string typesMethods in org.apache.cayenne.exp.property with parameters of type ComparablePropertyModifier and TypeMethodDescriptiondefault Expression
ComparableProperty.between
(ComparableProperty<?> lower, ComparableProperty<?> upper) default Expression
ComparableProperty.gt
(ComparableProperty<?> value) default Expression
ComparableProperty.gte
(ComparableProperty<?> value) default Expression
ComparableProperty.lt
(ComparableProperty<?> value) default Expression
ComparableProperty.lte
(ComparableProperty<?> value) -
Uses of ComparableProperty in org.apache.cayenne.query
Methods in org.apache.cayenne.query with parameters of type ComparablePropertyModifier and TypeMethodDescriptionColumnSelect.max
(ComparableProperty<?> property) Select maximum value of property<E> ColumnSelect
<E> ObjectSelect.max
(ComparableProperty<E> property) Select maximum value of propertyColumnSelect.min
(ComparableProperty<?> property) Select minimum value of property<E> ColumnSelect
<E> ObjectSelect.min
(ComparableProperty<E> property) Select minimum value of property
PropertyFactory
andorg.apache.cayenne.exp.property
package.