Uses of Class
org.apache.jackrabbit.core.util.db.ConnectionFactory

Packages that use ConnectionFactory
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   
 

Uses of ConnectionFactory in org.apache.jackrabbit.core.config
 

Fields in org.apache.jackrabbit.core.config declared as ConnectionFactory
protected  ConnectionFactory RepositoryConfigurationParser.connectionFactory
          The repositories ConnectionFactory.
 

Methods in org.apache.jackrabbit.core.config that return ConnectionFactory
 ConnectionFactory RepositoryConfig.getConnectionFactory()
          Returns the ConnectionFactory for this repository.
 

Methods in org.apache.jackrabbit.core.config with parameters of type ConnectionFactory
 void BeanConfig.setConnectionFactory(ConnectionFactory connectionFactory)
           
 

Constructors in org.apache.jackrabbit.core.config with parameters of type ConnectionFactory
RepositoryConfig(String home, SecurityConfig sec, FileSystemFactory fsf, String workspaceDirectory, String workspaceConfigDirectory, String defaultWorkspace, int workspaceMaxIdleTime, Element template, VersioningConfig vc, QueryHandlerFactory qhf, ClusterConfig cc, DataStoreFactory dsf, RepositoryLockMechanismFactory rlf, DataSourceConfig dsc, ConnectionFactory cf, RepositoryConfigurationParser parser)
          Creates a repository configuration object.
RepositoryConfigurationParser(Properties variables, ConnectionFactory connectionFactory)
          Creates a new configuration parser with the given parser variables and connection factory.
 

Uses of ConnectionFactory in org.apache.jackrabbit.core.data.db
 

Methods in org.apache.jackrabbit.core.data.db with parameters of type ConnectionFactory
 void DbDataStore.setConnectionFactory(ConnectionFactory connnectionFactory)
          
 

Uses of ConnectionFactory in org.apache.jackrabbit.core.fs.db
 

Methods in org.apache.jackrabbit.core.fs.db with parameters of type ConnectionFactory
 void DbFileSystem.setConnectionFactory(ConnectionFactory connnectionFactory)
          
 

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

Methods in org.apache.jackrabbit.core.journal with parameters of type ConnectionFactory
 void DatabaseJournal.setConnectionFactory(ConnectionFactory connnectionFactory)
          
 

Uses of ConnectionFactory in org.apache.jackrabbit.core.persistence.db
 

Methods in org.apache.jackrabbit.core.persistence.db with parameters of type ConnectionFactory
 void SimpleDbPersistenceManager.setConnectionFactory(ConnectionFactory connnectionFactory)
          Deprecated. 
 

Uses of ConnectionFactory in org.apache.jackrabbit.core.persistence.pool
 

Methods in org.apache.jackrabbit.core.persistence.pool with parameters of type ConnectionFactory
 void BundleDbPersistenceManager.setConnectionFactory(ConnectionFactory connnectionFactory)
          
 

Uses of ConnectionFactory in org.apache.jackrabbit.core.util.db
 

Methods in org.apache.jackrabbit.core.util.db with parameters of type ConnectionFactory
 void DatabaseAware.setConnectionFactory(ConnectionFactory connnectionFactory)
           
 



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