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 theNodePropBundles in a database.DbNameIndex Implements aStringIndexthat stores and retrieves the names from a table in a database.DerbyPersistenceManager Extends theBundleDbPersistenceManagerby derby specific code.H2PersistenceManager Extends theBundleDbPersistenceManagerby H2 specific code.MSSqlPersistenceManager Extends theBundleDbPersistenceManagerby MS-SQL specific code.MySqlPersistenceManager Extends theBundleDbPersistenceManagerby mysql specific code.NGKDbNameIndex Same asDbNameIndexbut does not make use of theStatement.RETURN_GENERATED_KEYSfeature as it might not be provided by the underlying database (e.g.Oracle9PersistenceManager OracleLegacyPersistenceManagerprovides support for Oracle jdbc drivers prior to version 10 which require special handling of BLOB data.OraclePersistenceManager Extends theBundleDbPersistenceManagerby Oracle specific code.PostgreSQLNameIndex Same asDbNameIndexbut does not make use of theStatement.RETURN_GENERATED_KEYSfeature as it is not provided by the underlying database driver for PostgreSQL.PostgreSQLPersistenceManager Extends theBundleDbPersistenceManagerby PostgreSQL specific code.