public class DefaultDataNodeFactory extends Object implements DataNodeFactory
Modifier and Type | Field and Description |
---|---|
protected DbAdapterFactory |
adapterFactory |
protected BatchTranslatorFactory |
batchTranslatorFactory |
protected DataSourceFactory |
dataSourceFactory |
protected SchemaUpdateStrategy |
defaultSchemaUpdateStrategy |
protected JdbcEventLogger |
jdbcEventLogger |
protected AdhocObjectFactory |
objectFactory |
protected RowReaderFactory |
rowReaderFactory |
protected SQLTemplateProcessor |
sqlTemplateProcessor |
Constructor and Description |
---|
DefaultDataNodeFactory() |
protected JdbcEventLogger jdbcEventLogger
protected RowReaderFactory rowReaderFactory
protected DataSourceFactory dataSourceFactory
protected BatchTranslatorFactory batchTranslatorFactory
protected DbAdapterFactory adapterFactory
protected AdhocObjectFactory objectFactory
protected SchemaUpdateStrategy defaultSchemaUpdateStrategy
protected SQLTemplateProcessor sqlTemplateProcessor
public DataNode createDataNode(DataNodeDescriptor nodeDescriptor) throws Exception
createDataNode
in interface DataNodeFactory
Exception
Copyright © 2001–2015 Apache Cayenne. All rights reserved.