Package org.apache.cayenne.configuration
Class DataNodeDescriptor
java.lang.Object
org.apache.cayenne.configuration.DataNodeDescriptor
- All Implemented Interfaces:
- Serializable,- Comparable<DataNodeDescriptor>,- ConfigurationNode,- XMLSerializable
public class DataNodeDescriptor extends Object implements ConfigurationNode, XMLSerializable, Serializable, Comparable<DataNodeDescriptor>
A descriptor of 
DataNode configuration.- Since:
- 3.1
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description protected StringadapterTypeprotected ResourceconfigurationSourceprotected DataChannelDescriptordataChannelDescriptorprotected Collection<String>dataMapNamesprotected DataSourceInfodataSourceDescriptorprotected StringdataSourceFactoryTypeprotected Stringnameprotected Stringparametersprotected StringschemaUpdateStrategyType
- 
Constructor SummaryConstructors Constructor Description DataNodeDescriptor()DataNodeDescriptor(String name)
- 
Method Summary
- 
Field Details- 
name
- 
dataMapNames
- 
parameters
- 
adapterType
- 
dataSourceFactoryType
- 
schemaUpdateStrategyType
- 
dataSourceDescriptor
- 
configurationSource
- 
dataChannelDescriptor- Since:
- 3.1
 
 
- 
- 
Constructor Details- 
DataNodeDescriptorpublic DataNodeDescriptor()
- 
DataNodeDescriptor
 
- 
- 
Method Details- 
getDataChannelDescriptor- Since:
- 3.1
 
- 
setDataChannelDescriptor- Since:
- 3.1
 
- 
compareTo- Specified by:
- compareToin interface- Comparable<DataNodeDescriptor>
 
- 
acceptVisitor- Specified by:
- acceptVisitorin interface- ConfigurationNode
 
- 
encodeAsXMLDescription copied from interface:XMLSerializablePrints itself as XML to the provided XMLEncoder.- Specified by:
- encodeAsXMLin interface- XMLSerializable
 
- 
getName
- 
setName
- 
getDataMapNames
- 
getParametersReturns extra DataNodeDescriptor parameters. This property is often used by customDataSourceFactoryto configure a DataSource. E.g. JNDIDataSourceFactory may treat parameters String as a JNDI location of the DataSource, etc.
- 
setParametersSets extra DataNodeDescriptor parameters. This property is often used by customDataSourceFactoryto configure a DataSource. E.g. JNDIDataSourceFactory may treat parameters String as a JNDI location of the DataSource, etc.
- 
getAdapterType
- 
setAdapterType
- 
getDataSourceFactoryType
- 
setDataSourceFactoryType
- 
getSchemaUpdateStrategyType
- 
setSchemaUpdateStrategyType
- 
getDataSourceDescriptor
- 
setDataSourceDescriptor
- 
getConfigurationSourceReturns configuration resource for this descriptor. Configuration is usually shared with the parentDataChannelDescriptor.
- 
setConfigurationSourceSets configuration resource for this descriptor. Configuration is usually shared with the parentDataChannelDescriptorand has to be synchronized when it changes in the parent.
 
-