Package org.infinispan.loaders.jdbc.stringbased

This JDBC CacheStore implementation is optimized for storing String keys in the cache.

See:
          Description

Interface Summary
Key2StringMapper Defines the logic of mapping a key object to a String.
TwoWayKey2StringMapper Extends Key2StringMapper and allows a bidirectional transformation between keys and strings.
 

Class Summary
DefaultKey2StringMapper Deprecated. since 4.1 when DefaultTwoWayKey2StringMapper which is a replacement this implementation.
DefaultTwoWayKey2StringMapper Default implementation for TwoWayKey2StringMapper that knows how to handle all primitive wrapper keys and Strings.
JdbcStringBasedCacheStore CacheStore implementation that stores the entries in a database.
JdbcStringBasedCacheStoreConfig Configuration for JdbcStringBasedCacheStore cache store.
 

Exception Summary
UnsupportedKeyTypeException Exception thrown by JdbcStringBasedCacheStore when one tries to persist a StoredEntry with an unsupported key type.
 

Package org.infinispan.loaders.jdbc.stringbased Description

This JDBC CacheStore implementation is optimized for storing String keys in the cache. If you can guarantee that your application would only use Strings as keys, then this implementation will perform better than binary or mixed implementations.


Google Analytics

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