Uses of Class
org.apache.cayenne.exp.Property
Packages that use Property
Package
Description
Cayenne data expression classes.
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
-
Uses of Property in org.apache.cayenne.exp
Fields in org.apache.cayenne.exp declared as PropertyMethods in org.apache.cayenne.exp that return PropertyModifier and TypeMethodDescriptionProperty.abs()
Deprecated.Deprecated.Creates alias with different name for this propertyProperty.avg()
Deprecated.Deprecated.Arguments will be converted as follows: if argument is aProperty
than its expression will be used if argument is aExpression
than it will be used as is all other values will be converted to Stringstatic <T> Property
<T> Deprecated.Creates property with name and typestatic <T> Property
<T> Property.create
(String name, Expression expression, Class<? super T> type) Deprecated.Creates property with name, expression and typestatic <T> Property
<T> Property.create
(Expression expression, Class<? super T> type) Deprecated.Creates property with expression and typestatic <T extends Persistent>
Property<T> Property.createSelf
(Class<? super T> type) Deprecated.Creates "self" Property for persistent class.Deprecated.Constructs a property path by appending the argument to the existing property separated by a dot.<T> Property
<T> Deprecated.<T extends Persistent>
Property<T> Deprecated.Create new "flat" property for toMany relationship.Property.length()
Deprecated.Deprecated.Deprecated.Property.lower()
Deprecated.Property.max()
Deprecated.Property.min()
Deprecated.Deprecated.Property.outer()
Deprecated.Property.sqrt()
Deprecated.Property.substring
(int offset, int length) Deprecated.Property.sum()
Deprecated.Property.trim()
Deprecated.Property.upper()
Deprecated.Methods in org.apache.cayenne.exp with parameters of type Property -
Uses of Property in org.apache.cayenne.query
Methods in org.apache.cayenne.query with parameters of type PropertyModifier and TypeMethodDescriptionDeprecated.since 4.2 useColumnSelect.avg(NumericProperty)
<E> ColumnSelect
<E> Deprecated.since 4.2 useObjectSelect.avg(NumericProperty)
<E extends Number>
ColumnSelect<Object[]> Deprecated.since 4.2 useColumnSelect.sum(NumericProperty)
<E extends Number>
ColumnSelect<E> Deprecated.since 4.2 useObjectSelect.sum(NumericProperty)
PropertyFactory.COUNT