Package | Description |
---|---|
org.apache.cayenne.exp.property |
Property API
|
Modifier and Type | Method and Description |
---|---|
static <T extends EmbeddableObject> |
PropertyFactory.createEmbeddable(String name,
Class<T> embeddableType)
Create property that represents embeddable
|
static <T extends EmbeddableObject> |
PropertyFactory.createEmbeddable(String name,
Expression exp,
Class<T> embeddableType)
Create property that represents embeddable
|
default <T extends EmbeddableObject> |
RelationshipProperty.dot(EmbeddableProperty<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.