Package | Description |
---|---|
org.apache.jackrabbit.core.data.db | |
org.apache.jackrabbit.core.fs.db |
This package contains the class
,
a simple generic JDBC-based FileSystem implementation
for Jackrabbit. |
org.apache.jackrabbit.core.journal | |
org.apache.jackrabbit.core.persistence.db |
This package contains the class
,
a simple generic JDBC-based PersistenceManager for Jackrabbit. |
org.apache.jackrabbit.core.persistence.pool |
Modifier and Type | Class and Description |
---|---|
class |
DbDataStore
A data store implementation that stores the records in a database using JDBC.
|
class |
DerbyDataStore
The Derby data store closes the database when the data store is closed
(embedded databases only).
|
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 |
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. |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseJournal
Database-based journal implementation.
|
class |
JNDIDatabaseJournal
Deprecated.
This class should not be used because it is not database vendor specific.
Each DatabaseJournal now supports getting the connection via JNDI
by setting the driver to javax.naming.InitialContext
and the URL to the JNDI name.
Database journal 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 journal instance. The configured data source should be prepared for this. |
class |
MSSqlDatabaseJournal
It has the following property in addition to those of the DatabaseJournal:
tableSpace : the MS SQL tablespace to use
|
class |
OracleDatabaseJournal
It has the following property in addition to those of the DatabaseJournal:
tablespace : the tablespace to use for tables
indexTablespace : the tablespace to use for indexes
|
Modifier and Type | Class and Description |
---|---|
class |
DerbyPersistenceManager
Deprecated.
Please migrate to a bundle persistence manager
(JCR-2802)
|
class |
MSSqlPersistenceManager
Deprecated.
Please migrate to a bundle persistence manager
(JCR-2802)
|
class |
OraclePersistenceManager
Deprecated.
Please migrate to a bundle persistence manager
(JCR-2802)
|
class |
SimpleDbPersistenceManager
Deprecated.
Please migrate to a bundle persistence manager
(JCR-2802)
|
Modifier and Type | Class and Description |
---|---|
class |
BundleDbPersistenceManager
This is a generic persistence manager that stores the
NodePropBundle s
in a database. |
class |
H2PersistenceManager
Extends the
BundleDbPersistenceManager by H2 specific code. |
class |
MySqlPersistenceManager
Extends the
BundleDbPersistenceManager by mysql specific code. |
class |
Oracle9PersistenceManager
OracleLegacyPersistenceManager provides support for Oracle jdbc drivers prior to version 10
which require special handling of BLOB data. |
class |
PostgreSQLPersistenceManager
Extends the
BundleDbPersistenceManager by PostgreSQL specific code. |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.