| Package | Description |
|---|---|
| org.infinispan.persistence.jdbc.binary |
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
|
| org.infinispan.persistence.jdbc.configuration | |
| org.infinispan.persistence.jdbc.connectionfactory |
Connection factories for use with the JDBC Cache Store.
|
| org.infinispan.persistence.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.persistence.jdbc.table.management |
| Class and Description |
|---|
| JdbcBinaryStoreConfiguration |
| Class and Description |
|---|
| ConnectionFactoryConfiguration
ConnectionFactoryConfiguration.
|
| Class and Description |
|---|
| JdbcMixedStoreConfiguration
JdbcMixedStoreConfiguration.
|
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.