Uses of Class
org.apache.openjpa.lib.jdbc.DelegatingConnection
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC SQL Abstraction
Database Connectivity
-
Uses of DelegatingConnection in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionstatic class
Connection returned to client code.protected class
Connection wrapper that keeps an internal ref count so that it knows when to really close. -
Uses of DelegatingConnection in org.apache.openjpa.jdbc.sql
Modifier and TypeClassDescriptionprotected static class
Connection wrapper to work around the postgres empty result set bug.protected static class
Connection wrapper to cache theConnection.getCatalog()
result, which takes a very long time with the Sybase Connection (and which we frequently invoke).Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeClassDescriptionclass
Decorator to configure connection components correctly.protected class
Logging connection.