|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionFactory | |
---|---|
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. |
Uses of ConnectionFactory in org.infinispan.loaders.jdbc |
---|
Methods in org.infinispan.loaders.jdbc with parameters of type ConnectionFactory | |
---|---|
void |
TableManipulation.start(ConnectionFactory connectionFactory)
|
Constructors in org.infinispan.loaders.jdbc with parameters of type ConnectionFactory | |
---|---|
DataManipulationHelper(ConnectionFactory connectionFactory,
TableManipulation tableManipulation,
Marshaller marshaller)
|
Uses of ConnectionFactory in org.infinispan.loaders.jdbc.binary |
---|
Methods in org.infinispan.loaders.jdbc.binary that return ConnectionFactory | |
---|---|
ConnectionFactory |
JdbcBinaryCacheStore.getConnectionFactory()
|
Methods in org.infinispan.loaders.jdbc.binary with parameters of type ConnectionFactory | |
---|---|
void |
JdbcBinaryCacheStore.doConnectionFactoryInitialization(ConnectionFactory connectionFactory)
Keeps a reference to the connection factory for further use. |
Uses of ConnectionFactory in org.infinispan.loaders.jdbc.connectionfactory |
---|
Subclasses of ConnectionFactory in org.infinispan.loaders.jdbc.connectionfactory | |
---|---|
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. |
Methods in org.infinispan.loaders.jdbc.connectionfactory that return ConnectionFactory | |
---|---|
static ConnectionFactory |
ConnectionFactory.getConnectionFactory(String connectionFactoryClass)
Constructs a ConnectionFactory based on the supplied class
name. |
Uses of ConnectionFactory in org.infinispan.loaders.jdbc.mixed |
---|
Methods in org.infinispan.loaders.jdbc.mixed that return ConnectionFactory | |
---|---|
ConnectionFactory |
JdbcMixedCacheStore.getConnectionFactory()
|
Uses of ConnectionFactory in org.infinispan.loaders.jdbc.stringbased |
---|
Methods in org.infinispan.loaders.jdbc.stringbased that return ConnectionFactory | |
---|---|
ConnectionFactory |
JdbcStringBasedCacheStore.getConnectionFactory()
|
Methods in org.infinispan.loaders.jdbc.stringbased with parameters of type ConnectionFactory | |
---|---|
void |
JdbcStringBasedCacheStore.doConnectionFactoryInitialization(ConnectionFactory connectionFactory)
Keeps a reference to the connection factory for further use. |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |