Uses of Class
org.apache.cayenne.ConfigurationException
| Package | Description | 
|---|---|
| org.apache.cayenne.cache | |
| org.apache.cayenne.configuration | |
| org.apache.cayenne.configuration.rop.client | |
| org.apache.cayenne.configuration.server | |
| org.apache.cayenne.configuration.xml | |
| org.apache.cayenne.event | Contains classes that make up Cayenne generic event dispatch mechanism. | 
- 
Uses of ConfigurationException in org.apache.cayenne.cacheMethods in org.apache.cayenne.cache that throw ConfigurationException Modifier and Type Method Description QueryCacheMapQueryCacheProvider. get()
- 
Uses of ConfigurationException in org.apache.cayenne.configurationMethods in org.apache.cayenne.configuration that throw ConfigurationException 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 ConfigurationException in org.apache.cayenne.configuration.rop.clientMethods in org.apache.cayenne.configuration.rop.client that throw ConfigurationException Modifier and Type Method Description DataChannelClientChannelProvider. get()DataChannelLocalClientServerChannelProvider. get()ClientConnectionLocalConnectionProvider. get()
- 
Uses of ConfigurationException in org.apache.cayenne.configuration.serverSubclasses of ConfigurationException in org.apache.cayenne.configuration.server Modifier and Type Class Description classDataDomainLoadExceptionMethods in org.apache.cayenne.configuration.server that throw ConfigurationException Modifier and Type Method Description DataDomainDataDomainProvider. get()
- 
Uses of ConfigurationException in org.apache.cayenne.configuration.xmlMethods in org.apache.cayenne.configuration.xml that throw ConfigurationException Modifier and Type Method Description ConfigurationTree<DataChannelDescriptor>XMLDataChannelDescriptorLoader. load(Resource configurationResource)
- 
Uses of ConfigurationException in org.apache.cayenne.eventMethods in org.apache.cayenne.event that throw ConfigurationException Modifier and Type Method Description EventManagerEventManagerProvider. get()