Package | Description |
---|---|
org.apache.cayenne.exp.property |
Property API
|
Modifier and Type | Method and Description |
---|---|
SetProperty<V> |
SetProperty.alias(String alias)
Creates alias with different name for this property
|
static <T extends Persistent> |
PropertyFactory.createSet(String name,
Class<T> entityType)
Create to-many relationship mapped on set property
|
static <T extends Persistent> |
PropertyFactory.createSet(String name,
Expression expression,
Class<T> entityType)
Create to-many relationship mapped on set property
|
default <T extends Persistent> |
RelationshipProperty.dot(SetProperty<T> property)
Constructs a new property path by appending the argument to the existing property separated by a dot.
|
SetProperty<V> |
SetProperty.enclosing() |
SetProperty<V> |
SetProperty.outer()
Returns a version of this property that represents an OUTER join.
|
Modifier and Type | Method and Description |
---|---|
default <T extends Persistent> |
RelationshipProperty.dot(SetProperty<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.