See: Description
| Interface | Description |
|---|---|
| DataNucleusDataSourceFactory |
Interface for a DataSourceFactory for use within DataNucleus.
|
| Class | Description |
|---|---|
| AbstractDataSourceFactory |
Abstract superclass for data source factory.
|
| BoneCPDataSourceFactory |
Plugin for the creation of a BoneCP connection pool.
|
| C3P0DataSourceFactory |
Plugin for the creation of a C3P0 connection pool.
|
| DBCPBuiltinDataSourceFactory |
Plugin for the creation of a DBCP connection pool.
|
| DBCPDataSourceFactory |
Plugin for the creation of a DBCP connection pool.
|
| DefaultDataSourceFactory |
Default DataSource implementation.
|
| DriverManagerDataSource |
Wrapper to the JDBC DataSource class.
|
| ProxoolDataSourceFactory |
Plugin for the creation of a Proxool connection pool.
|
| TomcatDataSourceFactory |
Plugin for the creation of a Tomcat JDBC connection pool.
|
| Exception | Description |
|---|---|
| DatastoreConfigurationException |
Exception thrown when encountering a configuration error for a datastore driver.
|
| DatastoreDriverNotFoundException |
Exception thrown when a datastore driver class (e.g JDBC driver) is not found.
|
| DatastorePoolException |
Exception thrown when encountering an error creating a data source pool.
|
Copyright © 2013. All Rights Reserved.