Uses of Class
org.apache.cayenne.configuration.ConfigurationTree
| Package | Description | 
|---|---|
| org.apache.cayenne.configuration | |
| org.apache.cayenne.configuration.server | |
| org.apache.cayenne.configuration.xml | 
- 
Uses of ConfigurationTree in org.apache.cayenne.configurationMethods in org.apache.cayenne.configuration that return ConfigurationTree Modifier and Type Method Description ConfigurationTree<DataChannelDescriptor>DataChannelDescriptorLoader. load(Resource configurationResource)Loads a DataChannelDescriptor from some configuration resource, usually an XML file found on classpath.
- 
Uses of ConfigurationTree in org.apache.cayenne.configuration.serverMethods in org.apache.cayenne.configuration.server that return ConfigurationTree Modifier and Type Method Description ConfigurationTree<DataChannelDescriptor>DataDomainLoadException. getConfigurationTree()Constructors in org.apache.cayenne.configuration.server with parameters of type ConfigurationTree Constructor Description DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree, String messageFormat, Object... messageArgs)
- 
Uses of ConfigurationTree in org.apache.cayenne.configuration.xmlMethods in org.apache.cayenne.configuration.xml that return ConfigurationTree Modifier and Type Method Description ConfigurationTree<DataChannelDescriptor>XMLDataChannelDescriptorLoader. load(Resource configurationResource)