See: Description
Interface | Description |
---|---|
DataSourceFactory |
A factory that returns a DataSource.
|
Class | Description |
---|---|
AbstractDataSourceFactory |
A class that contains common functionality of the factories in this
package.
|
JndiDataSourceFactory |
A factory that looks up the DataSource from JNDI.
|
PerUserPool2DataSourceFactory |
A factory that looks up the DataSource using the DBCP2 pool methods.
|
PerUserPoolDataSourceFactory | Deprecated |
SharedPool2DataSourceFactory |
A factory that looks up the DataSource using the DBCP2 pool methods.
|
SharedPoolDataSourceFactory | Deprecated |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.