Uses of Interface
org.apache.jackrabbit.core.util.db.DatabaseAware
-
Packages that use DatabaseAware Package Description org.apache.jackrabbit.core.data.db org.apache.jackrabbit.core.fs.db This package contains the class
, a simple generic JDBC-basedDbFileSystem
FileSystem
implementation for Jackrabbit.org.apache.jackrabbit.core.journal org.apache.jackrabbit.core.persistence.db This package contains the class
, a simple generic JDBC-basedSimpleDbPersistenceManager
PersistenceManager
for Jackrabbit.org.apache.jackrabbit.core.persistence.pool -
-
Uses of DatabaseAware in org.apache.jackrabbit.core.data.db
Classes in org.apache.jackrabbit.core.data.db that implement DatabaseAware Modifier and Type Class 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). -
Uses of DatabaseAware in org.apache.jackrabbit.core.fs.db
Classes in org.apache.jackrabbit.core.fs.db that implement DatabaseAware Modifier and Type Class Description class
DB2FileSystem
DB2FileSystem
is a JDBC-basedFileSystem
implementation for Jackrabbit that persists file system entries in a DB2 database.class
DbFileSystem
DbFileSystem
is a generic JDBC-basedFileSystem
implementation for Jackrabbit that persists file system entries in a database table.class
DerbyFileSystem
DerbyFileSystem
is a JDBC-basedFileSystem
implementation for Jackrabbit that persists file system entries in an embedded Derby database.class
MSSqlFileSystem
MSSqlFileSystem
is a JDBC-basedFileSystem
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-basedFileSystem
implementation for Jackrabbit that persists file system entries in an Oracle database. -
Uses of DatabaseAware in org.apache.jackrabbit.core.journal
Classes in org.apache.jackrabbit.core.journal that implement DatabaseAware Modifier and Type Class Description class
DatabaseJournal
Database-based journal implementation.class
JNDIDatabaseJournal
Deprecated.This class should not be used because it is not database vendor specific.class
MSSqlDatabaseJournal
It has the following property in addition to those of the DatabaseJournal:tableSpace
: the MS SQL tablespace to useclass
OracleDatabaseJournal
It has the following property in addition to those of the DatabaseJournal:tablespace
: the tablespace to use for tablesindexTablespace
: the tablespace to use for indexes -
Uses of DatabaseAware in org.apache.jackrabbit.core.persistence.db
Classes in org.apache.jackrabbit.core.persistence.db that implement DatabaseAware Modifier and Type Class 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) -
Uses of DatabaseAware in org.apache.jackrabbit.core.persistence.pool
Classes in org.apache.jackrabbit.core.persistence.pool that implement DatabaseAware Modifier and Type Class Description class
BundleDbPersistenceManager
This is a generic persistence manager that stores theNodePropBundle
s in a database.class
DerbyPersistenceManager
Extends theBundleDbPersistenceManager
by derby specific code.class
H2PersistenceManager
Extends theBundleDbPersistenceManager
by H2 specific code.class
MSSqlPersistenceManager
Extends theBundleDbPersistenceManager
by MS-SQL specific code.class
MySqlPersistenceManager
Extends theBundleDbPersistenceManager
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
OraclePersistenceManager
Extends theBundleDbPersistenceManager
by Oracle specific code.class
PostgreSQLPersistenceManager
Extends theBundleDbPersistenceManager
by PostgreSQL specific code.
-