Uses of Class
org.apache.cayenne.exp.property.EmbeddableProperty
-
Uses of EmbeddableProperty 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.Modifier and TypeMethodDescriptiondefault <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.