| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DelegatingConnection | |
|---|---|
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel | 
| org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction | 
| org.apache.openjpa.lib.jdbc | Database Connectivity | 
| Uses of DelegatingConnection in org.apache.openjpa.jdbc.kernel | 
|---|
| Subclasses of DelegatingConnection in org.apache.openjpa.jdbc.kernel | |
|---|---|
| static class | JDBCStoreManager.ClientConnectionConnection returned to client code. | 
| protected  class | JDBCStoreManager.RefCountConnectionConnection wrapper that keeps an internal ref count so that it knows when to really close. | 
| Uses of DelegatingConnection in org.apache.openjpa.jdbc.sql | 
|---|
| Subclasses of DelegatingConnection in org.apache.openjpa.jdbc.sql | |
|---|---|
| protected static class | PostgresDictionary.PostgresConnectionConnection wrapper to work around the postgres empty result set bug. | 
| protected static class | SybaseDictionary.SybaseConnectionConnection wrapper to cache the Connection.getCatalog()result,
 which takes a very long time with the Sybase Connection (and
 which we frequently invoke). | 
| Methods in org.apache.openjpa.jdbc.sql with parameters of type DelegatingConnection | |
|---|---|
| protected  org.postgresql.largeobject.LargeObjectManager | PostgresDictionary.getLargeObjectManager(DelegatingConnection conn)Get the native PostgreSQL Large Object Manager used for LOB handling. | 
| protected  org.postgresql.PGConnection | PostgresDictionary.getPGConnection(DelegatingConnection conn)Get the native PostgreSQL connection from the given connection. | 
| Uses of DelegatingConnection in org.apache.openjpa.lib.jdbc | 
|---|
| Subclasses of DelegatingConnection in org.apache.openjpa.lib.jdbc | |
|---|---|
|  class | ConfiguringConnectionDecorator.ConfiguringConnectionDecorator to configure connection components correctly. | 
| protected  class | JDBCEventConnectionDecorator.EventConnectionFires events as appropriate. | 
| protected  class | LoggingConnectionDecorator.LoggingConnectionLogging connection. | 
| Fields in org.apache.openjpa.lib.jdbc with type parameters of type DelegatingConnection | |
|---|---|
| (package private) static Constructor<DelegatingConnection> | DelegatingConnection.concreteImpl | 
| Methods in org.apache.openjpa.lib.jdbc that return DelegatingConnection | |
|---|---|
| static DelegatingConnection | DelegatingConnection.newInstance(Connection conn)Constructor for the concrete implementation of this abstract class. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||