| 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 | |
| org.apache.cayenne.reflect | 
| Modifier and Type | Method and Description | 
|---|---|
| T | BaseConfigurationNodeVisitor. visitEmbeddable(Embeddable embeddable) | 
| T | ConfigurationNodeVisitor. visitEmbeddable(Embeddable embeddable) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Embeddable | EmbeddableAttribute. embeddable | 
| Modifier and Type | Method and Description | 
|---|---|
| Embeddable | EmbeddableAttribute. getEmbeddable() | 
| Embeddable | EmbeddedAttribute. getEmbeddable() | 
| Embeddable | DataMap. getEmbeddable(String className) | 
| Embeddable | EntityResolver. getEmbeddable(String className) | 
| Embeddable | MappingNamespace. getEmbeddable(String className)Returns an  Embeddablematching class name or null if such
 Embeddable is not mapped. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Embeddable> | DataMap. getEmbeddableMap() | 
| Collection<Embeddable> | DataMap. getEmbeddables()Returns a collection of  Embeddablemappings stored in the
 DataMap. | 
| Collection<Embeddable> | EntityResolver. getEmbeddables() | 
| Collection<Embeddable> | MappingNamespace. getEmbeddables() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DataMap. addEmbeddable(Embeddable embeddable)Adds an embeddable object to the DataMap. | 
| void | EmbeddableAttribute. setEmbeddable(Embeddable embeddable) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Embeddable | EmbeddableEvent. embeddable | 
| Modifier and Type | Method and Description | 
|---|---|
| Embeddable | EmbeddableEvent. getEmbeddable() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EmbeddableEvent. setEmbeddable(Embeddable embeddable) | 
| Constructor and Description | 
|---|
| EmbeddableAttributeEvent(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) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Embeddable | FieldEmbeddableDescriptor. embeddable | 
| Modifier and Type | Method and Description | 
|---|---|
| Embeddable | EmbeddableDescriptor. getEmbeddable()Returns a metadata object for this descriptor. | 
| Embeddable | FieldEmbeddableDescriptor. getEmbeddable() | 
| Constructor and Description | 
|---|
| FieldEmbeddableDescriptor(Embeddable embeddable,
                         String ownerProperty,
                         String embeddedPropertyProperty) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.