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 | Method and Description |
---|---|
void |
TableManipulation.start(ConnectionFactory connectionFactory) |
Constructor and Description |
---|
DataManipulationHelper(ConnectionFactory connectionFactory,
TableManipulation tableManipulation,
StreamingMarshaller marshaller) |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
JdbcBinaryCacheStore.getConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
JdbcBinaryCacheStore.doConnectionFactoryInitialization(ConnectionFactory connectionFactory)
Keeps a reference to the connection factory for further use.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedConnectionFactory
Connection factory that can be used when on managed environments, like application servers.
|
class |
PooledConnectionFactory
Pooled connection factory based on C3P0.
|
class |
SimpleConnectionFactory
Connection factory implementation that will create database connection on a per invocation basis.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionFactory |
ConnectionFactory.getConnectionFactory(String connectionFactoryClass,
ClassLoader classLoader)
Constructs a
ConnectionFactory based on the supplied class
name. |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
JdbcMixedCacheStore.getConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
JdbcStringBasedCacheStore.getConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
JdbcStringBasedCacheStore.doConnectionFactoryInitialization(ConnectionFactory connectionFactory)
Keeps a reference to the connection factory for further use.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.