Uses of Package
org.infinispan.loaders.jdbc.stringbased

Packages that use org.infinispan.loaders.jdbc.stringbased
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. 
org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan. 
 

Classes in org.infinispan.loaders.jdbc.stringbased used by org.infinispan.loaders.jdbc.mixed
JdbcStringBasedCacheStore
          CacheStore implementation that stores the entries in a database.
 

Classes in org.infinispan.loaders.jdbc.stringbased used by org.infinispan.loaders.jdbc.stringbased
JdbcStringBasedCacheStoreConfig
          Configuration for JdbcStringBasedCacheStore cache store.
Key2StringMapper
          Defines the logic of mapping a key object to a String.
TwoWayKey2StringMapper
          Extends Key2StringMapper and allows a bidirectional transformation between keys and strings.
 

Classes in org.infinispan.loaders.jdbc.stringbased used by org.infinispan.lucene
Key2StringMapper
          Defines the logic of mapping a key object to a String.
TwoWayKey2StringMapper
          Extends Key2StringMapper and allows a bidirectional transformation between keys and strings.
 


Google Analytics

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