Uses of Package
org.apache.jackrabbit.core.util.db

Packages that use org.apache.jackrabbit.core.util.db
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
org.apache.jackrabbit.core.data.db   
org.apache.jackrabbit.core.fs.db This package contains the class DbFileSystem, 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 SimpleDbPersistenceManager, a simple generic JDBC-based PersistenceManager for Jackrabbit. 
org.apache.jackrabbit.core.persistence.pool   
org.apache.jackrabbit.core.util.db   
 

Classes in org.apache.jackrabbit.core.util.db used by org.apache.jackrabbit.core.config
ConnectionFactory
          A factory for new database connections.
 

Classes in org.apache.jackrabbit.core.util.db used by org.apache.jackrabbit.core.data.db
CheckSchemaOperation
          An operation which synchronously checks the DB schema in the CheckSchemaOperation.run() method.
ConnectionFactory
          A factory for new database connections.
ConnectionHelper
          This class provides convenience methods to execute SQL statements.
DatabaseAware
          Bean components (i.e., classes that appear in the repository descriptor) that implement this interface will get the repositories ConnectionFactory instance injected just after construction and before initialization.
 

Classes in org.apache.jackrabbit.core.util.db used by org.apache.jackrabbit.core.fs.db
CheckSchemaOperation
          An operation which synchronously checks the DB schema in the CheckSchemaOperation.run() method.
ConnectionFactory
          A factory for new database connections.
ConnectionHelper
          This class provides convenience methods to execute SQL statements.
DatabaseAware
          Bean components (i.e., classes that appear in the repository descriptor) that implement this interface will get the repositories ConnectionFactory instance injected just after construction and before initialization.
 

Classes in org.apache.jackrabbit.core.util.db used by org.apache.jackrabbit.core.journal
CheckSchemaOperation
          An operation which synchronously checks the DB schema in the CheckSchemaOperation.run() method.
ConnectionFactory
          A factory for new database connections.
ConnectionHelper
          This class provides convenience methods to execute SQL statements.
DatabaseAware
          Bean components (i.e., classes that appear in the repository descriptor) that implement this interface will get the repositories ConnectionFactory instance injected just after construction and before initialization.
 

Classes in org.apache.jackrabbit.core.util.db used by org.apache.jackrabbit.core.persistence.db
ConnectionFactory
          A factory for new database connections.
DatabaseAware
          Bean components (i.e., classes that appear in the repository descriptor) that implement this interface will get the repositories ConnectionFactory instance injected just after construction and before initialization.
 

Classes in org.apache.jackrabbit.core.util.db used by org.apache.jackrabbit.core.persistence.pool
CheckSchemaOperation
          An operation which synchronously checks the DB schema in the CheckSchemaOperation.run() method.
ConnectionFactory
          A factory for new database connections.
ConnectionHelper
          This class provides convenience methods to execute SQL statements.
DatabaseAware
          Bean components (i.e., classes that appear in the repository descriptor) that implement this interface will get the repositories ConnectionFactory instance injected just after construction and before initialization.
 

Classes in org.apache.jackrabbit.core.util.db used by org.apache.jackrabbit.core.util.db
CheckSchemaOperation
          An operation which synchronously checks the DB schema in the CheckSchemaOperation.run() method.
ConnectionFactory
          A factory for new database connections.
ConnectionHelper
          This class provides convenience methods to execute SQL statements.
OracleConnectionHelper
          The connection helper for Oracle databases of version 10.2 and later.
 



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