Uses of Interface
org.apache.cayenne.resource.Resource
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of Resource in org.apache.cayenne.configuration
Modifier and TypeFieldDescriptionprotected Resource
DataChannelDescriptor.configurationSource
protected Resource
DataNodeDescriptor.configurationSource
Modifier and TypeMethodDescriptionDataChannelDescriptor.getConfigurationSource()
DataNodeDescriptor.getConfigurationSource()
Returns configuration resource for this descriptor.Modifier and TypeMethodDescriptionConfigurationNameMapper.configurationNodeName
(Class<? extends ConfigurationNode> type, Resource resource) Returns a node name for a given configuration type and a configuration resource.DefaultConfigurationNameMapper.configurationNodeName
(Class<? extends ConfigurationNode> type, Resource resource) Loads a DataChannelDescriptor from some configuration resource, usually an XML file found on classpath.void
DataChannelDescriptor.setConfigurationSource
(Resource configurationSource) void
DataNodeDescriptor.setConfigurationSource
(Resource configurationResource) Sets configuration resource for this descriptor. -
Uses of Resource in org.apache.cayenne.configuration.xml
Modifier and TypeMethodDescription -
Uses of Resource in org.apache.cayenne.map
Modifier and TypeMethodDescriptionvoid
DataMap.setConfigurationSource
(Resource configurationSource) -
Uses of Resource in org.apache.cayenne.resource
Modifier and TypeMethodDescriptionResource.getRelativeResource
(String relativePath) Returns a resource resolved relatively to the current resource.URLResource.getRelativeResource
(String relativePath) Modifier and TypeMethodDescriptionClassLoaderResourceLocator.findResources
(String name) FilesystemResourceLocator.findResources
(String name) Deprecated.ResourceLocator.findResources
(String name) Finds a collection of matching resources for a given name.