Uses of Interface
org.apache.cayenne.exp.property.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
-
Uses of ComparableProperty in org.apache.cayenne.exp.property
Modifier 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 typesModifier 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
Modifier 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.