Uses of Interface
org.apache.cayenne.EmbeddableObject
Packages that use EmbeddableObject
-
Uses of EmbeddableObject in org.apache.cayenne.exp.property
Methods in org.apache.cayenne.exp.property with type parameters of type EmbeddableObjectModifier 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.