Package | Description |
---|---|
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
,
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
,
a simple generic JDBC-based PersistenceManager for Jackrabbit. |
org.apache.jackrabbit.core.persistence.pool | |
org.apache.jackrabbit.core.util.db |
Modifier and Type | Field and Description |
---|---|
protected ConnectionFactory |
RepositoryConfigurationParser.connectionFactory
The repositories
ConnectionFactory . |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
RepositoryConfig.getConnectionFactory()
Returns the
ConnectionFactory for this repository. |
Modifier and Type | Method and Description |
---|---|
void |
BeanConfig.setConnectionFactory(ConnectionFactory connectionFactory) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DbDataStore.setConnectionFactory(ConnectionFactory connnectionFactory) |
Modifier and Type | Method and Description |
---|---|
void |
DbFileSystem.setConnectionFactory(ConnectionFactory connnectionFactory) |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseJournal.setConnectionFactory(ConnectionFactory connnectionFactory) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleDbPersistenceManager.setConnectionFactory(ConnectionFactory connnectionFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BundleDbPersistenceManager.setConnectionFactory(ConnectionFactory connectionFactory) |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseAware.setConnectionFactory(ConnectionFactory connectionFactory) |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.