Package org.apache.jackrabbit.core.persistence.pool
-
Interface Summary Interface Description BundleDbPersistenceManager.CloseableBLOBStore Helper interface for closeable stores -
Class Summary Class Description BundleDbPersistenceManager This is a generic persistence manager that stores theNodePropBundle
s in a database.DbNameIndex Implements aStringIndex
that stores and retrieves the names from a table in a database.DerbyPersistenceManager Extends theBundleDbPersistenceManager
by derby specific code.H2PersistenceManager Extends theBundleDbPersistenceManager
by H2 specific code.MSSqlPersistenceManager Extends theBundleDbPersistenceManager
by MS-SQL specific code.MySqlPersistenceManager Extends theBundleDbPersistenceManager
by mysql specific code.NGKDbNameIndex Same asDbNameIndex
but does not make use of theStatement.RETURN_GENERATED_KEYS
feature as it might not be provided by the underlying database (e.g.Oracle9PersistenceManager OracleLegacyPersistenceManager
provides support for Oracle jdbc drivers prior to version 10 which require special handling of BLOB data.OraclePersistenceManager Extends theBundleDbPersistenceManager
by Oracle specific code.PostgreSQLNameIndex Same asDbNameIndex
but does not make use of theStatement.RETURN_GENERATED_KEYS
feature as it is not provided by the underlying database driver for PostgreSQL.PostgreSQLPersistenceManager Extends theBundleDbPersistenceManager
by PostgreSQL specific code.