|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableManipulation | |
---|---|
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. |
Uses of TableManipulation in org.infinispan.loaders.jdbc |
---|
Fields in org.infinispan.loaders.jdbc declared as TableManipulation | |
---|---|
protected TableManipulation |
AbstractNonDelegatingJdbcCacheStoreConfig.tableManipulation
|
Methods in org.infinispan.loaders.jdbc that return TableManipulation | |
---|---|
TableManipulation |
TableManipulation.clone()
|
TableManipulation |
AbstractNonDelegatingJdbcCacheStoreConfig.getTableManipulation()
|
Methods in org.infinispan.loaders.jdbc with parameters of type TableManipulation | |
---|---|
void |
AbstractNonDelegatingJdbcCacheStoreConfig.setTableManipulation(TableManipulation tableManipulation)
|
Constructors in org.infinispan.loaders.jdbc with parameters of type TableManipulation | |
---|---|
DataManipulationHelper(ConnectionFactory connectionFactory,
TableManipulation tableManipulation,
StreamingMarshaller marshaller)
|
Uses of TableManipulation in org.infinispan.loaders.jdbc.binary |
---|
Methods in org.infinispan.loaders.jdbc.binary that return TableManipulation | |
---|---|
TableManipulation |
JdbcBinaryCacheStore.getTableManipulation()
|
Constructors in org.infinispan.loaders.jdbc.binary with parameters of type TableManipulation | |
---|---|
JdbcBinaryCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation tm)
|
Uses of TableManipulation in org.infinispan.loaders.jdbc.mixed |
---|
Methods in org.infinispan.loaders.jdbc.mixed with parameters of type TableManipulation | |
---|---|
void |
JdbcMixedCacheStoreConfig.setBinaryTableManipulation(TableManipulation binaryTableManipulation)
|
void |
JdbcMixedCacheStoreConfig.setStringsTableManipulation(TableManipulation stringsTableManipulation)
|
Constructors in org.infinispan.loaders.jdbc.mixed with parameters of type TableManipulation | |
---|---|
JdbcMixedCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation binaryTableManipulation,
TableManipulation stringsTableManipulation)
|
Uses of TableManipulation in org.infinispan.loaders.jdbc.stringbased |
---|
Methods in org.infinispan.loaders.jdbc.stringbased that return TableManipulation | |
---|---|
TableManipulation |
JdbcStringBasedCacheStore.getTableManipulation()
|
Constructors in org.infinispan.loaders.jdbc.stringbased with parameters of type TableManipulation | |
---|---|
JdbcStringBasedCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig,
TableManipulation tableManipulation)
|
|
--> |