| Package | Description |
|---|---|
| org.infinispan.persistence.jdbc.configuration | |
| org.infinispan.persistence.jdbc.connectionfactory |
Connection factories for use with the JDBC Cache Store.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionFactoryConfigurationBuilder<T extends ConnectionFactoryConfiguration> |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedConnectionFactoryConfiguration
ManagedConnectionFactoryConfiguration.
|
class |
PooledConnectionFactoryConfiguration |
class |
SimpleConnectionFactoryConfiguration
SimpleConnectionFactoryConfiguration.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionFactoryConfigurationBuilder<ConnectionFactoryConfiguration> |
AbstractJdbcStoreConfigurationBuilder.connectionFactory |
| Modifier and Type | Method and Description |
|---|---|
ConnectionFactoryConfiguration |
AbstractJdbcStoreConfiguration.connectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleConnectionFactory.start(ConnectionFactoryConfiguration config,
ClassLoader classLoader) |
void |
ManagedConnectionFactory.start(ConnectionFactoryConfiguration factoryConfiguration,
ClassLoader classLoader) |
void |
PooledConnectionFactory.start(ConnectionFactoryConfiguration config,
ClassLoader classLoader) |
abstract void |
ConnectionFactory.start(ConnectionFactoryConfiguration factoryConfiguration,
ClassLoader classLoader)
Starts the connection factory.
|
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.