Skip navigation links

Package org.apache.jackrabbit.core.persistence.db

This package contains the class SimpleDbPersistenceManager, a simple generic JDBC-based PersistenceManager for Jackrabbit.

See: Description

Package org.apache.jackrabbit.core.persistence.db Description

This package contains the class SimpleDbPersistenceManager, a simple generic JDBC-based PersistenceManager for Jackrabbit.

It also contains [schemaName].ddl files which are read by 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.

Skip navigation links

Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.