Uses of Class
org.apache.cayenne.map.EmbeddableAttribute
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of EmbeddableAttribute in org.apache.cayenne.configuration
Modifier and TypeMethodDescriptionBaseConfigurationNodeVisitor.visitEmbeddableAttribute
(EmbeddableAttribute attribute) ConfigurationNodeVisitor.visitEmbeddableAttribute
(EmbeddableAttribute attribute) EmptyConfigurationNodeVisitor.visitEmbeddableAttribute
(EmbeddableAttribute attribute) -
Uses of EmbeddableAttribute in org.apache.cayenne.map
Modifier and TypeMethodDescriptionEmbeddable.getAttribute
(String name) Embeddable.getAttributeForDbPath
(String dbPath) Returns EmbeddableAttribute of this Embeddable that maps todbAttribute
parameter.Modifier and TypeMethodDescriptionEmbeddable.getAttributeMap()
Returns an unmodifiable sorted map of embeddable attributes.Embeddable.getAttributes()
Returns an unmodifiable collection of embeddable attributes.Modifier and TypeMethodDescriptionvoid
Embeddable.addAttribute
(EmbeddableAttribute attribute) Adds new embeddable attribute to the entity, setting its parent embeddable to be this object. -
Uses of EmbeddableAttribute in org.apache.cayenne.map.event
Modifier and TypeFieldDescriptionprotected EmbeddableAttribute
EmbeddableAttributeEvent.embeddableAttribute
Modifier and TypeMethodDescriptionvoid
EmbeddableAttributeEvent.setEmbeddableAttribute
(EmbeddableAttribute embeddableAttribute) ModifierConstructorDescriptionEmbeddableAttributeEvent
(Object source, EmbeddableAttribute attrib, Embeddable embeddable, int id) EmbeddableAttributeEvent
(Object source, Embeddable embeddable, EmbeddableAttribute embeddableAttribute)