Uses of Class
org.infinispan.loaders.jdbc.TableManipulation

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
 

Methods in org.infinispan.loaders.jdbc that return TableManipulation
 TableManipulation TableManipulation.clone()
           
 

Constructors in org.infinispan.loaders.jdbc with parameters of type TableManipulation
DataManipulationHelper(ConnectionFactory connectionFactory, TableManipulation tableManipulation, Marshaller marshaller)
           
 

Uses of TableManipulation in org.infinispan.loaders.jdbc.binary
 

Methods in org.infinispan.loaders.jdbc.binary that return TableManipulation
 TableManipulation JdbcBinaryCacheStore.getTableManipulation()
           
 TableManipulation JdbcBinaryCacheStoreConfig.getTableManipulation()
           
 

Methods in org.infinispan.loaders.jdbc.binary with parameters of type TableManipulation
 void JdbcBinaryCacheStoreConfig.setTableManipulation(TableManipulation tableManipulation)
           
 

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 JdbcStringBasedCacheStoreConfig.getTableManipulation()
           
 TableManipulation JdbcStringBasedCacheStore.getTableManipulation()
           
 

Methods in org.infinispan.loaders.jdbc.stringbased with parameters of type TableManipulation
 void JdbcStringBasedCacheStoreConfig.setTableManipulation(TableManipulation tableManipulation)
           
 

Constructors in org.infinispan.loaders.jdbc.stringbased with parameters of type TableManipulation
JdbcStringBasedCacheStoreConfig(ConnectionFactoryConfig connectionFactoryConfig, TableManipulation tableManipulation)
           
 


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.