Package | Description |
---|---|
org.infinispan.loaders.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
org.infinispan.loaders.keymappers |
Modifier and Type | Method and Description |
---|---|
Key2StringMapper |
JdbcStringBasedCacheStoreConfig.getKey2StringMapper() |
Modifier and Type | Interface and Description |
---|---|
interface |
TwoWayKey2StringMapper
Extends
Key2StringMapper and allows a bidirectional transformation between keys and Strings. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTwoWayKey2StringMapper
Default implementation for
TwoWayKey2StringMapper that knows how to handle all primitive
wrapper keys and Strings. |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.