Package | Description |
---|---|
org.infinispan.loaders.jdbc |
This package contains a
org.infinispan.loaders.spi.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.configuration | |
org.infinispan.loaders.jdbc.connectionfactory |
Connection factories for use with the JDBC Cache Store.
|
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.
|
Class and Description |
---|
ConnectionFactory
Defines the functionality a connection factory should implement.
|
Class and Description |
---|
ConnectionFactory
Defines the functionality a connection factory should implement.
|
Class and Description |
---|
ConnectionFactory
Defines the functionality a connection factory should implement.
|
Class and Description |
---|
ConnectionFactory
Defines the functionality a connection factory should implement.
|
ConnectionFactoryConfig
Contains configuration elements for a
ConnectionFactory . |
Class and Description |
---|
ConnectionFactory
Defines the functionality a connection factory should implement.
|
Class and Description |
---|
ConnectionFactory
Defines the functionality a connection factory should implement.
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.