Uses of Interface
org.apache.cayenne.EmbeddableObject
-
Uses of EmbeddableObject in org.apache.cayenne.exp.property
Modifier and TypeMethodDescriptionstatic <T extends EmbeddableObject>
EmbeddableProperty<T> PropertyFactory.createEmbeddable
(String name, Class<T> embeddableType) Create property that represents embeddablestatic <T extends EmbeddableObject>
EmbeddableProperty<T> PropertyFactory.createEmbeddable
(String name, Expression exp, Class<T> embeddableType) Create property that represents embeddabledefault <T extends EmbeddableObject>
EmbeddableProperty<T> RelationshipProperty.dot
(EmbeddableProperty<T> property) Constructs a new property path by appending the argument to the existing property separated by a dot.