Uses of Class
org.apache.openjpa.lib.jdbc.DelegatingConnection
Packages that use DelegatingConnection
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC SQL Abstraction
Database Connectivity
-
Uses of DelegatingConnection in org.apache.openjpa.jdbc.kernel
Subclasses of DelegatingConnection in org.apache.openjpa.jdbc.kernelModifier and TypeClassDescriptionstatic classConnection returned to client code.protected classConnection 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.sqlModifier and TypeClassDescriptionprotected static classConnection wrapper to work around the postgres empty result set bug.protected static classConnection 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 DelegatingConnectionModifier and TypeMethodDescriptionprotected 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.jdbcModifier and TypeClassDescriptionclassDecorator to configure connection components correctly.protected classLogging connection.