Package | Description |
---|---|
org.apache.cayenne.exp.property |
Property API
|
Modifier and Type | Field and Description |
---|---|
static DateProperty<LocalDateTime> |
PropertyFactory.NOW
Property that corresponds to SQL function
NOW() |
Modifier and Type | Method and Description |
---|---|
DateProperty<E> |
DateProperty.alias(String alias)
Creates alias with different name for this property
|
static <T> DateProperty<T> |
PropertyFactory.createDate(Expression expression,
Class<T> type)
Create date property
|
static <T> DateProperty<T> |
PropertyFactory.createDate(String name,
Class<T> type)
Create date property
|
static <T> DateProperty<T> |
PropertyFactory.createDate(String name,
Expression expression,
Class<T> type)
Create date property
|
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.
|
DateProperty<E> |
DateProperty.enclosing() |
DateProperty<E> |
DateProperty.max() |
DateProperty<E> |
DateProperty.min() |
Modifier and Type | Method and 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.
|
Copyright © 2001–2020 Apache Cayenne. All rights reserved.