Interface | Description |
---|---|
ConnectionProvider |
Interface towards a mechanism that provides access to a JDBC Connection.
|
ConnectionWrapperFactory.ConnectionCloseHandler |
Interface defining an operation to close the wrapped connection
|
JdbcUtils.SqlFunction |
Describes a function that creates a new
PreparedStatement ready to be executed. |
JdbcUtils.SqlResultConverter<R> |
Describes a function that converts a
ResultSet into a result of type R . |
PersistenceExceptionResolver |
The PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.
|
Class | Description |
---|---|
ConnectionWrapperFactory |
Factory for creating wrappers around a Connection, allowing one to override the behavior of the
Connection.close() method. |
ConnectionWrapperFactory.NoOpCloseHandler |
Implementation of ConnectionCloseHandler that does nothing on close or commit.
|
DataSourceConnectionProvider |
ConnectionProvider implementation that obtains a connection from a given DataSource.
|
JdbcUtils |
Utility class for safely executing Jdbc queries.
|
Oracle11Utils |
Utility class with some specific hacks required to get certain features to work with Oracle v11.
|
UnitOfWorkAwareConnectionProviderWrapper |
Wrapper for a ConnectionProvider that checks if a connection is already attached to the Unit of Work, favoring that
connection over creating a new one.
|
Exception | Description |
---|---|
JdbcException |
Exception indicating an error occurred while interacting with a JDBC resource.
|
Copyright © 2010–2020. All rights reserved.