Uses of Class
org.apache.cayenne.exp.property.DateProperty
-
Packages that use DateProperty Package Description org.apache.cayenne.exp.property Property API -
-
Uses of DateProperty in org.apache.cayenne.exp.property
Fields in org.apache.cayenne.exp.property declared as DateProperty Modifier and Type Field Description static DateProperty<LocalDateTime>PropertyFactory. NOWProperty that corresponds to SQL functionNOW()Methods in org.apache.cayenne.exp.property that return DateProperty Modifier and Type Method Description DateProperty<E>DateProperty. alias(String alias)Creates alias with different name for this propertystatic <T> DateProperty<T>PropertyFactory. createDate(String name, Class<T> type)Create date propertystatic <T> DateProperty<T>PropertyFactory. createDate(String name, Expression expression, Class<T> type)Create date propertystatic <T> DateProperty<T>PropertyFactory. createDate(Expression expression, Class<T> type)Create date propertydefault <T> DateProperty<T>PathProperty. dot(DateProperty<T> property)Constructs a new property path by appending the argument to the existing property separated by a dot.DateProperty<E>DateProperty. enclosing()DateProperty<E>DateProperty. max()DateProperty<E>DateProperty. min()Methods in org.apache.cayenne.exp.property with parameters of type DateProperty Modifier and Type Method Description default <T> DateProperty<T>PathProperty. dot(DateProperty<T> property)Constructs a new property path by appending the argument to the existing property separated by a dot.
-