Package | Description |
---|---|
org.apache.cayenne.configuration | |
org.apache.cayenne.configuration.server |
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 |
---|---|
ConfigurationTree<DataChannelDescriptor> |
DataDomainLoadException.getConfigurationTree() |
Constructor and Description |
---|
DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree,
String messageFormat,
Object... messageArgs) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.