|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelegatingDataSource | |
---|---|
org.apache.openjpa.jdbc.schema | OpenJPA-JDBC Schema Management |
org.apache.openjpa.lib.jdbc | Database Connectivity |
org.apache.openjpa.slice.jdbc | Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. |
Uses of DelegatingDataSource in org.apache.openjpa.jdbc.schema |
---|
Subclasses of DelegatingDataSource in org.apache.openjpa.jdbc.schema | |
---|---|
protected static class |
DataSourceFactory.DefaultsDataSource
A data source with pre-configured default user name and password. |
Uses of DelegatingDataSource in org.apache.openjpa.lib.jdbc |
---|
Subclasses of DelegatingDataSource in org.apache.openjpa.lib.jdbc | |
---|---|
class |
DecoratingDataSource
Delegating data source that maintains a list of ConnectionDecorator s. |
Fields in org.apache.openjpa.lib.jdbc with type parameters of type DelegatingDataSource | |
---|---|
(package private) static Constructor<DelegatingDataSource> |
DelegatingDataSource.concreteImpl
|
Methods in org.apache.openjpa.lib.jdbc that return DelegatingDataSource | |
---|---|
static DelegatingDataSource |
DelegatingDataSource.newInstance(DataSource ds)
Constructor for the concrete implementation of this abstract class. |
Uses of DelegatingDataSource in org.apache.openjpa.slice.jdbc |
---|
Subclasses of DelegatingDataSource in org.apache.openjpa.slice.jdbc | |
---|---|
class |
DistributedDataSource
A virtual datasource that contains many physical datasources. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |