| Package | Description | 
|---|---|
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel
    Runtime services for the JDBC OpenJPA implementation. | 
| org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction
    Utilities for generating SQL. | 
| org.apache.openjpa.lib.jdbc | Database Connectivity
    Includes an implementation of the  DataSourceAPIs
    around a normal JDBC 1.x driver. | 
| Modifier and Type | Class and Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| 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). | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConfiguringConnectionDecorator.ConfiguringConnectionDecorator to configure connection components correctly. | 
| protected class  | LoggingConnectionDecorator.LoggingConnectionLogging connection. | 
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.