Package | Description |
---|---|
org.infinispan.loaders.jdbc |
This package contains a
CacheStore implementation based on
a JDBC database connection. |
org.infinispan.loaders.jdbc.binary |
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
|
org.infinispan.loaders.jdbc.connectionfactory |
Connection factories for use with the JDBC Cache Store.
|
org.infinispan.loaders.jdbc.mixed |
This is a delegating CacheStore implementation that delegates either to a binary
or String based JDBC cache store depending on the key used.
|
org.infinispan.loaders.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionFactoryConfig |
AbstractJdbcCacheStoreConfig.connectionFactoryConfig |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryConfig |
AbstractJdbcCacheStoreConfig.getConnectionFactoryConfig() |
Constructor and Description |
---|
AbstractJdbcCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig) |
AbstractNonDelegatingJdbcCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation tableManipulation) |
Constructor and Description |
---|
JdbcBinaryCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation tm) |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryConfig |
ConnectionFactoryConfig.clone() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleConnectionFactory.start(ConnectionFactoryConfig config,
ClassLoader classLoader) |
void |
ManagedConnectionFactory.start(ConnectionFactoryConfig config,
ClassLoader classLoader) |
abstract void |
ConnectionFactory.start(ConnectionFactoryConfig config,
ClassLoader classLoader)
Starts the connection factory.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcMixedCacheStoreConfig.setConnectionFactoryConfig(ConnectionFactoryConfig connectionFactoryConfig) |
Constructor and Description |
---|
JdbcMixedCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation binaryTableManipulation,
TableManipulation stringsTableManipulation) |
Constructor and Description |
---|
JdbcStringBasedCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation tableManipulation) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.