|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
SimpleDbPersistenceManager,
a simple generic JDBC-based PersistenceManager for Jackrabbit.
See:
Description
| 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. |
| MSSqlPersistenceManager | MSSqlPersistenceManager is a JDBC-based
PersistenceManager for Jackrabbit that persists
ItemState and NodeReferences objects in MS SQL
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). |
| 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). |
This package contains the class ,
a simple generic JDBC-based SimpleDbPersistenceManagerPersistenceManager for Jackrabbit.
SimpleDbPersistenceManager in order to automatically
create the required schema objects on the target database. Every line in a
[schemaName].ddl file is executed separatly by calling
java.sql.Statement.execute(String) where every occurence of the
the string "${schemaObjectPrefix}" has been replaced with the
value of the property schemaObjectPrefix (see
SimpleDbPersistenceManager#setSchemaObjectPrefix(String)).
The schema name is either set programmtically by calling
SimpleDbPersistenceManager#setSchema(String) or configured
through the schema bean property.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||