Package org.jpox.datasource

This package provides classes for generating DataSources for use with JPOX.

See:
          Description

Interface Summary
JPOXDataSourceFactory Interface for a DataSourceFactory for use within JPOX.
 

Class Summary
DriverManagerDataSource Wrapper to the JDBC DataSource class.
 

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.
DatastoreLibraryNotFoundException Exception thrown when a datastore driver library is not found.
DatastorePoolException Exception thrown when encountering an error creating a data source pool.
 

Package org.jpox.datasource Description

This package provides classes for generating DataSources for use with JPOX. The JPOXDataSourceFactory is the interface that all connection pooling plugins must implement. Current examples are available for DBCP, C3P0, and Proxool.



Copyright © -2008 . All Rights Reserved.