@Version(value="2.13.5")
Interface | Description |
---|---|
DatabaseAware |
Bean components (i.e., classes that appear in the repository descriptor) that implement this interface will
get the repositories
ConnectionFactory instance injected just after construction and before
initialization. |
Class | Description |
---|---|
CheckSchemaOperation |
An operation which synchronously checks the DB schema in the
CheckSchemaOperation.run() method. |
ConnectionFactory |
A factory for new database connections.
|
ConnectionHelper |
This class provides convenience methods to execute SQL statements.
|
DataSourceWrapper |
This class delegates all calls to the corresponding method on the wrapped
DataSource except for the DataSourceWrapper.getConnection() method,
which delegates to DataSource#getConnection(String, String) with the username and password
which are given on construction. |
DbUtility |
This class contains some database utility methods.
|
DerbyConnectionHelper | |
Oracle10R1ConnectionHelper |
The connection helper for Oracle databases of version up to 10.1.
|
OracleConnectionHelper |
The connection helper for Oracle databases of version 10.2 and later.
|
PostgreSQLConnectionHelper |
The connection helper for PSQL databases.
|
ResultSetWrapper |
This is a dynamic proxy in order to support both Java 5 and 6.
|
StreamWrapper |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.