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-basedDbFileSystemFileSystemimplementation for Jackrabbit.org.apache.jackrabbit.core.journal org.apache.jackrabbit.core.persistence.db This package contains the class, a simple generic JDBC-basedSimpleDbPersistenceManagerPersistenceManagerfor 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 classDbDataStoreA data store implementation that stores the records in a database using JDBC.classDerbyDataStoreThe 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 classDB2FileSystemDB2FileSystemis a JDBC-basedFileSystemimplementation for Jackrabbit that persists file system entries in a DB2 database.classDbFileSystemDbFileSystemis a generic JDBC-basedFileSystemimplementation for Jackrabbit that persists file system entries in a database table.classDerbyFileSystemDerbyFileSystemis a JDBC-basedFileSystemimplementation for Jackrabbit that persists file system entries in an embedded Derby database.classMSSqlFileSystemMSSqlFileSystemis a JDBC-basedFileSystemimplementation for Jackrabbit that persists file system entries in an MS SQL database.classOracle9FileSystemThis class adds special blob handling which is needed for Oracle DBs up to version 10R1.classOracleFileSystemOracleFileSystemis a JDBC-basedFileSystemimplementation 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 classDatabaseJournalDatabase-based journal implementation.classJNDIDatabaseJournalDeprecated.This class should not be used because it is not database vendor specific.classMSSqlDatabaseJournalIt has the following property in addition to those of the DatabaseJournal:tableSpace: the MS SQL tablespace to useclassOracleDatabaseJournalIt 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 classDerbyPersistenceManagerDeprecated.Please migrate to a bundle persistence manager (JCR-2802)classMSSqlPersistenceManagerDeprecated.Please migrate to a bundle persistence manager (JCR-2802)classOraclePersistenceManagerDeprecated.Please migrate to a bundle persistence manager (JCR-2802)classSimpleDbPersistenceManagerDeprecated.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 classBundleDbPersistenceManagerThis is a generic persistence manager that stores theNodePropBundles in a database.classDerbyPersistenceManagerExtends theBundleDbPersistenceManagerby derby specific code.classH2PersistenceManagerExtends theBundleDbPersistenceManagerby H2 specific code.classMSSqlPersistenceManagerExtends theBundleDbPersistenceManagerby MS-SQL specific code.classMySqlPersistenceManagerExtends theBundleDbPersistenceManagerby mysql specific code.classOracle9PersistenceManagerOracleLegacyPersistenceManagerprovides support for Oracle jdbc drivers prior to version 10 which require special handling of BLOB data.classOraclePersistenceManagerExtends theBundleDbPersistenceManagerby Oracle specific code.classPostgreSQLPersistenceManagerExtends theBundleDbPersistenceManagerby PostgreSQL specific code. 
 -