Uses of Package
org.apache.openjpa.lib.jdbc
-
Packages that use org.apache.openjpa.lib.jdbc Package Description org.apache.openjpa.lib.jdbc Database Connectivity -
Classes in org.apache.openjpa.lib.jdbc used by org.apache.openjpa.lib.jdbc Class Description ConnectionDecorator A connection decorator can wrapConnection
s before they are returned to the user to add functionality.DataSourceLogs Provies basic logging facilities to a DataSource.DelegatingCallableStatement CallableStatement
that delegates to an internal statement.DelegatingConnection Wrapper around an existing connection.DelegatingDatabaseMetaData Wrapper around a DatabaseMetaData instance.DelegatingDataSource Wrapper around an existing data source.DelegatingPreparedStatement Wrapper around an existing statement.DelegatingResultSet Wrapper around an existing result set.DelegatingStatement Wrapper around an existing statement.JDBCEvent A JDBC event.JDBCListener A listener for allJDBCEvent
s that occur.LoggingConnectionDecorator.SQLWarningHandler Interface that allows customization of what to do whenSQLWarning
s occur.