| Package | Description | 
|---|---|
| org.apache.cayenne.configuration | |
| org.apache.cayenne.configuration.server | |
| 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 | Field and Description | 
|---|---|
| protected DataChannelDescriptor | DataNodeDescriptor. dataChannelDescriptor | 
| Modifier and Type | Method and Description | 
|---|---|
| DataChannelDescriptor | DataNodeDescriptor. getDataChannelDescriptor() | 
| DataChannelDescriptor | DataChannelDescriptorMerger. merge(DataChannelDescriptor... descriptors) | 
| DataChannelDescriptor | DefaultDataChannelDescriptorMerger. merge(DataChannelDescriptor... descriptors) | 
| Modifier and Type | Method and Description | 
|---|---|
| ConfigurationTree<DataChannelDescriptor> | DataChannelDescriptorLoader. load(Resource configurationResource)Loads a DataChannelDescriptor from some configuration resource, usually an XML file
 found on classpath. | 
| ConfigurationTree<DataChannelDescriptor> | XMLDataChannelDescriptorLoader. load(Resource configurationResource) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DataNodeDescriptor | DefaultDataChannelDescriptorMerger. cloneDataNodeDescriptor(DataNodeDescriptor original,
                       DataChannelDescriptor targetOwner) | 
| DataChannelDescriptor | DataChannelDescriptorMerger. merge(DataChannelDescriptor... descriptors) | 
| DataChannelDescriptor | DefaultDataChannelDescriptorMerger. merge(DataChannelDescriptor... descriptors) | 
| void | DataNodeDescriptor. setDataChannelDescriptor(DataChannelDescriptor dataChannelDescriptor) | 
| T | BaseConfigurationNodeVisitor. visitDataChannelDescriptor(DataChannelDescriptor channelDescriptor) | 
| T | ConfigurationNodeVisitor. visitDataChannelDescriptor(DataChannelDescriptor channelDescriptor) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DataChannelDescriptor | DataDomainProvider. loadDescriptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| ConfigurationTree<DataChannelDescriptor> | DataDomainLoadException. getConfigurationTree() | 
| Constructor and Description | 
|---|
| DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree,
                       String messageFormat,
                       Object... messageArgs) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DataChannelDescriptor | DataMap. dataChannelDescriptor | 
| Modifier and Type | Method and Description | 
|---|---|
| DataChannelDescriptor | DataMap. getDataChannelDescriptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DataMap. setDataChannelDescriptor(DataChannelDescriptor dataChannelDescriptor) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DataChannelDescriptor | MapEvent. domainDomain of event object. | 
| Modifier and Type | Method and Description | 
|---|---|
| DataChannelDescriptor | MapEvent. getDomain() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MapEvent. setDomain(DataChannelDescriptor domain)Sets domain of event object. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.