|
Class Summary |
| DatabasePersistenceManager |
Abstract base class for database persistence managers. |
| DerbyPersistenceManager |
DerbyPersistenceManager is a JDBC-based
PersistenceManager for Jackrabbit that persists
ItemState and NodeReferences objects in an
embedded or standalone Derby database using a simple custom serialization format and a
very basic non-normalized database schema (in essence tables with one 'key'
and one 'data' column). |
| JNDIDatabasePersistenceManager |
Database persistence manager that uses JNDI to acquire the database
connection. |
| OraclePersistenceManager |
OraclePersistenceManager is a JDBC-based
PersistenceManager for Jackrabbit that persists
ItemState and NodeReferences objects in Oracle
database using a simple custom serialization format and a
very basic non-normalized database schema (in essence tables with one 'key'
and one 'data' column). |
| SimpleDbPersistenceManager |
SimpleDbPersistenceManager is a generic JDBC-based
PersistenceManager for Jackrabbit that persists
ItemState and NodeReferences objects using a
simple custom binary serialization format (see Serializer) and a
very basic non-normalized database schema (in essence tables with one 'key'
and one 'data' column). |