Uses of Class
org.apache.openjpa.lib.jdbc.DelegatingConnection
-
Packages that use DelegatingConnection Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.apache.openjpa.lib.jdbc Database Connectivity -
-
Uses of DelegatingConnection in org.apache.openjpa.jdbc.kernel
Subclasses of DelegatingConnection in org.apache.openjpa.jdbc.kernel Modifier and Type Class Description static classJDBCStoreManager.ClientConnectionConnection returned to client code.protected classJDBCStoreManager.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 Modifier and Type Class Description protected static classPostgresDictionary.PostgresConnectionConnection wrapper to work around the postgres empty result set bug.protected static classSybaseDictionary.SybaseConnectionConnection wrapper to cache theConnection.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 Modifier and Type Method Description protected org.postgresql.largeobject.LargeObjectManagerPostgresDictionary. getLargeObjectManager(DelegatingConnection conn)Get the native PostgreSQL Large Object Manager used for LOB handling.protected org.postgresql.PGConnectionPostgresDictionary. 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 Modifier and Type Class Description classConfiguringConnectionDecorator.ConfiguringConnectionDecorator to configure connection components correctly.protected classLoggingConnectionDecorator.LoggingConnectionLogging connection.
-