Package | Description |
---|---|
org.apache.jackrabbit.core.fs.db |
This package contains the class
,
a simple generic JDBC-based FileSystem implementation
for Jackrabbit. |
Modifier and Type | Class and Description |
---|---|
class |
DB2FileSystem
DB2FileSystem is a JDBC-based FileSystem
implementation for Jackrabbit that persists file system entries in a
DB2 database. |
class |
DbFileSystem
DbFileSystem is a generic JDBC-based FileSystem
implementation for Jackrabbit that persists file system entries in a
database table. |
class |
DerbyFileSystem
DerbyFileSystem is a JDBC-based FileSystem
implementation for Jackrabbit that persists file system entries in an
embedded Derby database. |
class |
JNDIDatabaseFileSystem
Deprecated.
This class should not be used because it is not database vendor specific.
Each DatabaseFileSystem now supports getting the connection via JNDI
by setting the driver to javax.naming.InitialContext
and the URL to the JNDI name.
Database file system that uses JNDI to acquire the database connection.
The JNDI location of the WARNING: The acquired database connection is kept for the entire lifetime of the file system instance. The configured data source should be prepared for this. |
class |
MSSqlFileSystem
MSSqlFileSystem is a JDBC-based FileSystem
implementation for Jackrabbit that persists file system entries in an
MS SQL database. |
class |
Oracle9FileSystem
This class adds special blob handling which is needed for Oracle DBs up to version 10R1.
|
class |
OracleFileSystem
OracleFileSystem is a JDBC-based FileSystem
implementation for Jackrabbit that persists file system entries in an
Oracle database. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.