protected DataNode |
DataDomainProvider.addDataNode(DataDomain dataDomain,
DataNodeDescriptor nodeDescriptor) |
DbAdapter |
DefaultDbAdapterFactory.createAdapter(DataNodeDescriptor nodeDescriptor,
DataSource dataSource) |
DbAdapter |
DbAdapterFactory.createAdapter(DataNodeDescriptor nodeDescriptor,
DataSource dataSource)
Returns an instance of DbAdapter if the factory detects that it knows how to handle
the database.
|
DataNode |
DefaultDataNodeFactory.createDataNode(DataNodeDescriptor nodeDescriptor) |
DataNode |
DataNodeFactory.createDataNode(DataNodeDescriptor nodeDescriptor) |
DataSource |
XMLPoolingDataSourceFactory.getDataSource(DataNodeDescriptor nodeDescriptor) |
DataSource |
PropertyDataSourceFactory.getDataSource(DataNodeDescriptor nodeDescriptor) |
DataSource |
JNDIDataSourceFactory.getDataSource(DataNodeDescriptor nodeDescriptor) |
DataSource |
DelegatingDataSourceFactory.getDataSource(DataNodeDescriptor nodeDescriptor) |
DataSource |
DBCPDataSourceFactory.getDataSource(DataNodeDescriptor nodeDescriptor) |
DataSource |
DataSourceFactory.getDataSource(DataNodeDescriptor nodeDescriptor)
Returns DataSource object based on the configuration provided in the
"nodeDescriptor".
|
protected DataSourceFactory |
DelegatingDataSourceFactory.getDataSourceFactory(DataNodeDescriptor nodeDescriptor) |
protected String |
JNDIDataSourceFactory.getLocation(DataNodeDescriptor nodeDescriptor) |
protected boolean |
DelegatingDataSourceFactory.shouldConfigureDataSourceFromProperties(DataNodeDescriptor nodeDescriptor) |