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 |
DefaultDataChannelDescriptorMerger.merge(DataChannelDescriptor... descriptors) |
DataChannelDescriptor |
DataChannelDescriptorMerger.merge(DataChannelDescriptor... descriptors) |
Modifier and Type | Method and Description |
---|---|
ConfigurationTree<DataChannelDescriptor> |
XMLDataChannelDescriptorLoader.load(Resource configurationResource) |
ConfigurationTree<DataChannelDescriptor> |
DataChannelDescriptorLoader.load(Resource configurationResource)
Loads a DataChannelDescriptor from some configuration resource, usually an XML file
found on classpath.
|
Modifier and Type | Method and Description |
---|---|
protected DataNodeDescriptor |
DefaultDataChannelDescriptorMerger.cloneDataNodeDescriptor(DataNodeDescriptor original,
DataChannelDescriptor targetOwner) |
DataChannelDescriptor |
DefaultDataChannelDescriptorMerger.merge(DataChannelDescriptor... descriptors) |
DataChannelDescriptor |
DataChannelDescriptorMerger.merge(DataChannelDescriptor... descriptors) |
void |
DataNodeDescriptor.setDataChannelDescriptor(DataChannelDescriptor dataChannelDescriptor) |
T |
ConfigurationNodeVisitor.visitDataChannelDescriptor(DataChannelDescriptor channelDescriptor) |
T |
BaseConfigurationNodeVisitor.visitDataChannelDescriptor(DataChannelDescriptor channelDescriptor) |
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.domain
Domain 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–2015 Apache Cayenne. All rights reserved.