Package | Description |
---|---|
org.apache.cayenne.exp.property |
Property API
|
Modifier and Type | Method and Description |
---|---|
ListProperty<V> |
ListProperty.alias(String alias)
Creates alias with different name for this property
|
static <T extends Persistent> |
PropertyFactory.createList(String name,
Class<T> entityType)
Create to-many relationship mapped on list property
|
static <T extends Persistent> |
PropertyFactory.createList(String name,
Expression expression,
Class<T> entityType)
Create to-many relationship mapped on list property
|
default <T extends Persistent> |
RelationshipProperty.dot(ListProperty<T> property)
Constructs a new property path by appending the argument to the existing property separated by a dot.
|
ListProperty<V> |
ListProperty.enclosing() |
ListProperty<V> |
ListProperty.outer()
Returns a version of this property that represents an OUTER join.
|
Modifier and Type | Method and Description |
---|---|
default <T extends Persistent> |
RelationshipProperty.dot(ListProperty<T> property)
Constructs a new property path by appending the argument to the existing property separated by a dot.
|
Copyright © 2001–2021 Apache Cayenne. All rights reserved.