Uses of Interface
org.apache.cayenne.configuration.ConfigurationNode
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of ConfigurationNode in org.apache.cayenne.configuration
Modifier and TypeClassDescriptionclass
ConfigurationTree<T extends ConfigurationNode>
A tree of configuration nodes that contains extra information about the nodes, such as load errors.Modifier and TypeClassDescriptionclass
A descriptor of a DataChannel normally loaded from XML configuration.class
A descriptor ofDataNode
configuration.Modifier and TypeMethodDescriptionConfigurationNameMapper.configurationLocation
(ConfigurationNode node) Returns the name of a configuration resource based on a naming convention for a given node type.DefaultConfigurationNameMapper.configurationLocation
(ConfigurationNode node) Modifier and TypeMethodDescriptionConfigurationNameMapper.configurationLocation
(Class<? extends ConfigurationNode> type, String nodeName) Returns the name of a configuration resource based on a naming convention for a given node type.DefaultConfigurationNameMapper.configurationLocation
(Class<? extends ConfigurationNode> type, String name) ConfigurationNameMapper.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) -
Uses of ConfigurationNode in org.apache.cayenne.configuration.xml
Modifier and TypeMethodDescriptionvoid
DataChannelMetaData.add
(ConfigurationNode key, Object value) Store data for object.void
DefaultDataChannelMetaData.add
(ConfigurationNode key, Object value) value.getClass() will be used under the hood to associate data with the key object.void
NoopDataChannelMetaData.add
(ConfigurationNode key, Object value) <T> T
DataChannelMetaData.get
(ConfigurationNode key, Class<T> type) Get meta data for object<T> T
DefaultDataChannelMetaData.get
(ConfigurationNode key, Class<T> type) If either key or value isnull
thennull
will be returned.<T> T
NoopDataChannelMetaData.get
(ConfigurationNode key, Class<T> type) <T> T
DataChannelMetaData.remove
(ConfigurationNode key, Class<T> type) <T> T
DefaultDataChannelMetaData.remove
(ConfigurationNode key, Class<T> type) <T> T
NoopDataChannelMetaData.remove
(ConfigurationNode key, Class<T> type) -
Uses of ConfigurationNode in org.apache.cayenne.map
Modifier and TypeClassDescriptionclass
Stores a collection of related mapping objects that describe database and object layers of an application.class
A DbAttribute defines a descriptor for a single database table column.class
A DbEntity is a mapping descriptor that defines a structure of a database table.class
A DbRelationship is a descriptor of a database inter-table relationship based on one or more primary key/foreign key pairs.class
class
A mapping descriptor of an embeddable class.class
A persistent attribute of an embeddable object.class
An attribute of the ObjEntity that maps to an embeddable class.class
An ObjAttribute is a mapping descriptor of a Java class property.class
ObjEntity is a mapping descriptor for a DataObject Java class.class
Describes an association between two Java classes mapped as source and target ObjEntity.class
A mapping descriptor for a database stored procedure.class
A descriptor for the Procedure parameter.class
class
Generic descriptor of a Cayenne query.class
class