|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
DbFileSystem,
a simple generic JDBC-based FileSystem implementation
for Jackrabbit.
See:
Description
| Class Summary | |
| DB2FileSystem | DB2FileSystem is a JDBC-based FileSystem
implementation for Jackrabbit that persists file system entries in a
DB2 database. |
| DbFileSystem | DbFileSystem is a generic JDBC-based FileSystem
implementation for Jackrabbit that persists file system entries in a
database table. |
| DerbyFileSystem | DerbyFileSystem is a JDBC-based FileSystem
implementation for Jackrabbit that persists file system entries in an
embedded Derby database. |
This package contains the class ,
a simple generic JDBC-based DbFileSystemFileSystem implementation
for Jackrabbit.
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.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||