Uses of Class
org.apache.cayenne.map.Embeddable
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
-
Uses of Embeddable in org.apache.cayenne.configuration
Modifier and TypeMethodDescriptionBaseConfigurationNodeVisitor.visitEmbeddable
(Embeddable embeddable) ConfigurationNodeVisitor.visitEmbeddable
(Embeddable embeddable) EmptyConfigurationNodeVisitor.visitEmbeddable
(Embeddable embeddable) -
Uses of Embeddable in org.apache.cayenne.configuration.xml
-
Uses of Embeddable in org.apache.cayenne.map
Modifier and TypeMethodDescriptionDataMap.getEmbeddable
(String className) EmbeddableAttribute.getEmbeddable()
EmbeddedAttribute.getEmbeddable()
EmbeddedResult.getEmbeddable()
EntityResolver.getEmbeddable
(String className) MappingNamespace.getEmbeddable
(String className) Returns anEmbeddable
matching class name or null if such Embeddable is not mapped.Modifier and TypeMethodDescriptionDataMap.getEmbeddableMap()
DataMap.getEmbeddables()
Returns a collection ofEmbeddable
mappings stored in the DataMap.EntityResolver.getEmbeddables()
MappingNamespace.getEmbeddables()
Modifier and TypeMethodDescriptionvoid
DataMap.addEmbeddable
(Embeddable embeddable) Adds an embeddable object to the DataMap.void
EmbeddableAttribute.setEmbeddable
(Embeddable embeddable) -
Uses of Embeddable in org.apache.cayenne.map.event
ModifierConstructorDescriptionEmbeddableAttributeEvent
(Object source, EmbeddableAttribute attrib, Embeddable embeddable, int id) EmbeddableAttributeEvent
(Object source, Embeddable embeddable, EmbeddableAttribute embeddableAttribute) EmbeddableEvent
(Object source, Embeddable embeddable) EmbeddableEvent
(Object src, Embeddable embeddable2, int id) EmbeddableEvent
(Object src, Embeddable embeddable2, String oldClassName) -
Uses of Embeddable in org.apache.cayenne.query
Modifier and TypeMethodDescriptionDefaultEmbeddableResultSegment.getEmbeddable()
EmbeddableResultSegment.getEmbeddable()
ModifierConstructorDescriptionDefaultEmbeddableResultSegment
(Embeddable embeddable, Map<String, String> fields, int offset) -
Uses of Embeddable in org.apache.cayenne.reflect
Modifier and TypeMethodDescriptionEmbeddableDescriptor.getEmbeddable()
Returns a metadata object for this descriptor.FieldEmbeddableDescriptor.getEmbeddable()
ModifierConstructorDescriptionFieldEmbeddableDescriptor
(Embeddable embeddable, String ownerProperty, String embeddedPropertyProperty)