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.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 TableManipulation |
AbstractNonDelegatingJdbcCacheStoreConfig.tableManipulation |
Modifier and Type | Method and Description |
---|---|
TableManipulation |
TableManipulation.clone() |
TableManipulation |
AbstractNonDelegatingJdbcCacheStoreConfig.getTableManipulation() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNonDelegatingJdbcCacheStoreConfig.setTableManipulation(TableManipulation tableManipulation) |
Constructor and Description |
---|
AbstractNonDelegatingJdbcCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation tableManipulation) |
DataManipulationHelper(ConnectionFactory connectionFactory,
TableManipulation tableManipulation,
StreamingMarshaller marshaller) |
Modifier and Type | Method and Description |
---|---|
TableManipulation |
JdbcBinaryCacheStore.getTableManipulation() |
Constructor and Description |
---|
JdbcBinaryCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation tm) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcMixedCacheStoreConfig.setBinaryTableManipulation(TableManipulation binaryTableManipulation) |
void |
JdbcMixedCacheStoreConfig.setStringsTableManipulation(TableManipulation stringsTableManipulation) |
Constructor and Description |
---|
JdbcMixedCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation binaryTableManipulation,
TableManipulation stringsTableManipulation) |
Modifier and Type | Method and Description |
---|---|
TableManipulation |
JdbcStringBasedCacheStore.getTableManipulation() |
Constructor and Description |
---|
JdbcStringBasedCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation tableManipulation) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.