Uses of Class
org.apache.jackrabbit.core.fs.db.DatabaseFileSystem

Packages that use DatabaseFileSystem
org.apache.jackrabbit.core.fs.db This package contains the class DbFileSystem, a simple generic JDBC-based FileSystem implementation for Jackrabbit. 
 

Uses of DatabaseFileSystem in org.apache.jackrabbit.core.fs.db
 

Subclasses of DatabaseFileSystem in org.apache.jackrabbit.core.fs.db
 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 DataSource to be used in given as the dataSourceLocation configuration property. See the DbFileSystem for more configuration details.

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-2010 The Apache Software Foundation. All Rights Reserved.