| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.persistence.bundle | |
| org.apache.jackrabbit.core.persistence.mem | |
| org.apache.jackrabbit.core.persistence.pool | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBundlePersistenceManagerThe  AbstractBundlePersistenceManageracts as base for all
 persistence managers that store the state in aNodePropBundle. | 
| class  | BundleFsPersistenceManagerThis is a generic persistence manager that stores the  NodePropBundles
 in a filesystem. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InMemBundlePersistenceManagerBundleInMemPersistenceManageris aHashMap-basedPersistenceManagerfor Jackrabbit that keeps all data in memory
 and that is capable of storing and loading its contents using a simple custom
 binary serialization format (seeSerializer). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BundleDbPersistenceManagerThis is a generic persistence manager that stores the  NodePropBundles
 in a database. | 
| class  | DerbyPersistenceManagerExtends the  BundleDbPersistenceManagerby derby specific code. | 
| class  | H2PersistenceManagerExtends the  BundleDbPersistenceManagerby H2 specific code. | 
| class  | MSSqlPersistenceManagerExtends the  BundleDbPersistenceManagerby MS-SQL specific code. | 
| class  | MySqlPersistenceManagerExtends the  BundleDbPersistenceManagerby mysql specific code. | 
| class  | Oracle9PersistenceManagerOracleLegacyPersistenceManagerprovides support for Oracle jdbc drivers prior to version 10
 which require special handling of BLOB data. | 
| class  | OraclePersistenceManagerExtends the  BundleDbPersistenceManagerby Oracle specific code. | 
| class  | PostgreSQLPersistenceManagerExtends the  BundleDbPersistenceManagerby PostgreSQL specific code. | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.