Uses of Package
org.infinispan.loaders.jdbc

Packages that use org.infinispan.loaders.jdbc
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. 
 

Classes in org.infinispan.loaders.jdbc used by org.infinispan.loaders.jdbc
AbstractJdbcCacheStoreConfig
          This is an abstract configuration class containing common elements for all JDBC cache store types.
AbstractNonDelegatingJdbcCacheStoreConfig
          An abstract configuration for JDBC cache stores which have support for locking.
DatabaseType
          Supported database dialects for the JDBC cache stores
TableManipulation
          Contains all the logic of manipulating the table, including creating it if needed and access operations like inserting, selecting etc.
 

Classes in org.infinispan.loaders.jdbc used by org.infinispan.loaders.jdbc.binary
AbstractJdbcCacheStoreConfig
          This is an abstract configuration class containing common elements for all JDBC cache store types.
AbstractNonDelegatingJdbcCacheStoreConfig
          An abstract configuration for JDBC cache stores which have support for locking.
TableManipulation
          Contains all the logic of manipulating the table, including creating it if needed and access operations like inserting, selecting etc.
 

Classes in org.infinispan.loaders.jdbc used by org.infinispan.loaders.jdbc.mixed
AbstractJdbcCacheStoreConfig
          This is an abstract configuration class containing common elements for all JDBC cache store types.
TableManipulation
          Contains all the logic of manipulating the table, including creating it if needed and access operations like inserting, selecting etc.
 

Classes in org.infinispan.loaders.jdbc used by org.infinispan.loaders.jdbc.stringbased
AbstractJdbcCacheStoreConfig
          This is an abstract configuration class containing common elements for all JDBC cache store types.
AbstractNonDelegatingJdbcCacheStoreConfig
          An abstract configuration for JDBC cache stores which have support for locking.
TableManipulation
          Contains all the logic of manipulating the table, including creating it if needed and access operations like inserting, selecting etc.
 


Google Analytics

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