Uses of Interface
org.apache.cayenne.resource.Resource
Packages that use 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.configurationFields in org.apache.cayenne.configuration declared as ResourceModifier and TypeFieldDescriptionprotected ResourceDataChannelDescriptor.configurationSourceprotected ResourceDataNodeDescriptor.configurationSourceMethods in org.apache.cayenne.configuration that return ResourceModifier and TypeMethodDescriptionDataChannelDescriptor.getConfigurationSource()DataNodeDescriptor.getConfigurationSource()Returns configuration resource for this descriptor.Methods in org.apache.cayenne.configuration with parameters of type ResourceModifier 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.voidDataChannelDescriptor.setConfigurationSource(Resource configurationSource) voidDataNodeDescriptor.setConfigurationSource(Resource configurationResource) Sets configuration resource for this descriptor.
- 
Uses of Resource in org.apache.cayenne.configuration.xmlMethods in org.apache.cayenne.configuration.xml with parameters of type ResourceModifier and TypeMethodDescription
- 
Uses of Resource in org.apache.cayenne.mapFields in org.apache.cayenne.map declared as ResourceMethods in org.apache.cayenne.map that return ResourceMethods in org.apache.cayenne.map with parameters of type ResourceModifier and TypeMethodDescriptionvoidDataMap.setConfigurationSource(Resource configurationSource) 
- 
Uses of Resource in org.apache.cayenne.resourceClasses in org.apache.cayenne.resource that implement ResourceMethods in org.apache.cayenne.resource that return ResourceModifier and TypeMethodDescriptionResource.getRelativeResource(String relativePath) Returns a resource resolved relatively to the current resource.URLResource.getRelativeResource(String relativePath) Methods in org.apache.cayenne.resource that return types with arguments of type ResourceModifier and TypeMethodDescriptionClassLoaderResourceLocator.findResources(String name) ResourceLocator.findResources(String name) Finds a collection of matching resources for a given name.