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.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
Modifier and Type | Method and Description |
---|---|
AbstractNonDelegatingJdbcCacheStoreConfig |
AbstractNonDelegatingJdbcCacheStoreConfig.clone() |
Modifier and Type | Class and Description |
---|---|
class |
JdbcBinaryCacheStoreConfig
Defines available configuration elements for
JdbcBinaryCacheStore . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcStringBasedCacheStoreConfig
Configuration for
JdbcStringBasedCacheStore cache store. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.