Uses of Class
org.apache.cayenne.exp.property.DateProperty
-
Uses of DateProperty in org.apache.cayenne.exp.property
Modifier and TypeFieldDescriptionstatic final DateProperty
<LocalDateTime> PropertyFactory.NOW
Property that corresponds to SQL functionNOW()
Modifier and TypeMethodDescriptionCreates 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.enclosing()
DateProperty.max()
DateProperty.min()
Modifier and TypeMethodDescriptiondefault <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.