Uses of Class
org.apache.jackrabbit.core.util.db.ConnectionFactory
-
Packages that use ConnectionFactory Package Description org.apache.jackrabbit.core.config 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 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 Modifier and Type Field Description protected ConnectionFactoryRepositoryConfigurationParser. connectionFactoryThe repositoriesConnectionFactory.Methods in org.apache.jackrabbit.core.config that return ConnectionFactory Modifier and Type Method Description ConnectionFactoryRepositoryConfig. getConnectionFactory()Returns theConnectionFactoryfor this repository.Methods in org.apache.jackrabbit.core.config with parameters of type ConnectionFactory Modifier and Type Method Description voidBeanConfig. setConnectionFactory(ConnectionFactory connectionFactory)Constructors in org.apache.jackrabbit.core.config with parameters of type ConnectionFactory Constructor Description 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 Modifier and Type Method Description voidDbDataStore. 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 Modifier and Type Method Description voidDbFileSystem. setConnectionFactory(ConnectionFactory connnectionFactory) -
Uses of ConnectionFactory in org.apache.jackrabbit.core.journal
Methods in org.apache.jackrabbit.core.journal with parameters of type ConnectionFactory Modifier and Type Method Description voidDatabaseJournal. 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 Modifier and Type Method Description voidSimpleDbPersistenceManager. 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 Modifier and Type Method Description voidBundleDbPersistenceManager. setConnectionFactory(ConnectionFactory connectionFactory) -
Uses of ConnectionFactory in org.apache.jackrabbit.core.util.db
Methods in org.apache.jackrabbit.core.util.db with parameters of type ConnectionFactory Modifier and Type Method Description voidDatabaseAware. setConnectionFactory(ConnectionFactory connectionFactory)
-