| Package | Description | 
|---|---|
| org.apache.cayenne.configuration | |
| org.apache.cayenne.map | Contains O/R mapping classes that store relational database 
metadata information and map it to Java classes. | 
| org.apache.cayenne.map.event | 
| Modifier and Type | Method and Description | 
|---|---|
| T | BaseConfigurationNodeVisitor. visitEmbeddableAttribute(EmbeddableAttribute attribute) | 
| T | ConfigurationNodeVisitor. visitEmbeddableAttribute(EmbeddableAttribute attribute) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected SortedMap<String,EmbeddableAttribute> | Embeddable. attributes | 
| Modifier and Type | Method and Description | 
|---|---|
| EmbeddableAttribute | Embeddable. getAttribute(String name) | 
| EmbeddableAttribute | Embeddable. getAttributeForDbPath(String dbPath)Returns EmbeddableAttribute of this Embeddable that maps to
  dbAttributeparameter. | 
| Modifier and Type | Method and Description | 
|---|---|
| SortedMap<String,EmbeddableAttribute> | Embeddable. getAttributeMap()Returns an unmodifiable sorted map of embeddable attributes. | 
| Collection<EmbeddableAttribute> | Embeddable. getAttributes()Returns an unmodifiable collection of embeddable attributes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Embeddable. addAttribute(EmbeddableAttribute attribute)Adds new embeddable attribute to the entity, setting its parent
 embeddable to be this object. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected EmbeddableAttribute | EmbeddableAttributeEvent. embeddableAttribute | 
| Modifier and Type | Method and Description | 
|---|---|
| EmbeddableAttribute | EmbeddableAttributeEvent. getEmbeddableAttribute() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EmbeddableAttributeEvent. setEmbeddableAttribute(EmbeddableAttribute embeddableAttribute) | 
| Constructor and Description | 
|---|
| EmbeddableAttributeEvent(Object source,
                        EmbeddableAttribute attrib,
                        Embeddable embeddable,
                        int id) | 
| EmbeddableAttributeEvent(Object source,
                        Embeddable embeddable,
                        EmbeddableAttribute embeddableAttribute) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.