|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DataNucleusDataSourceFactory | Interface for a DataSourceFactory for use within DataNucleus. |
| Class Summary | |
|---|---|
| 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. |
| Exception Summary | |
|---|---|
| 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. |
This package provides classes for generating (RDBMS) DataSources for use with DataNucleus. The DataNucleusDataSourceFactory is the interface that all (RDBMS) connection pooling plugins must implement. Current examples are available for DBCP, C3P0, and Proxool.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||