Uses of Class
org.apache.cayenne.exp.property.DateProperty
Packages that use DateProperty
-
Uses of DateProperty in org.apache.cayenne.exp.property
Fields in org.apache.cayenne.exp.property declared as DatePropertyModifier and TypeFieldDescriptionstatic final DateProperty
<LocalDateTime> PropertyFactory.NOW
Property that corresponds to SQL functionNOW()
Methods in org.apache.cayenne.exp.property that return DatePropertyModifier 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()
Methods in org.apache.cayenne.exp.property with parameters of type DatePropertyModifier 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.