@Version("2.13.5")
Package org.apache.jackrabbit.core.util.db
-
Interface Summary Interface Description DatabaseAware Bean components (i.e., classes that appear in the repository descriptor) that implement this interface will get the repositoriesConnectionFactory
instance injected just after construction and before initialization. -
Class Summary Class Description CheckSchemaOperation An operation which synchronously checks the DB schema in theCheckSchemaOperation.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 wrappedDataSource
except for theDataSourceWrapper.getConnection()
method, which delegates toDataSource#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