Uses of Class
org.apache.jackrabbit.core.journal.DatabaseJournal

Packages that use DatabaseJournal
org.apache.jackrabbit.core.journal   
 

Uses of DatabaseJournal in org.apache.jackrabbit.core.journal
 

Subclasses of DatabaseJournal in org.apache.jackrabbit.core.journal
 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 DataSource to be used in given as the dataSourceLocation configuration property.

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 Oracle tablespace to use
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.