Skip navigation links

Package org.apache.jackrabbit.core.fs.db

This package contains the class DbFileSystem, a simple generic JDBC-based FileSystem implementation for Jackrabbit.

See: Description

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

This package contains the class DbFileSystem, a simple generic JDBC-based FileSystem implementation for Jackrabbit.

It also contains [schemaName].ddl files which are read by DbFileSystem 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 DbFileSystem#setSchemaObjectPrefix(String)). The schema name is either set programmtically by calling DbFileSystem#setSchema(String) or configured through the schema bean property.

Skip navigation links

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