CacheStore implementation based on
a JDBC database connection.See: Description
| Class | Description |
|---|---|
| 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.
|
| DataManipulationHelper |
The purpose of this class is to factorize the repeating code between
JdbcStringBasedCacheStore
and JdbcBinaryCacheStore. |
| JdbcUtil |
Contains common methods used by JDBC CacheStores.
|
| TableManipulation |
Contains all the logic of manipulating the table, including creating it if needed and access operations like
inserting, selecting etc.
|
| Enum | Description |
|---|---|
| DatabaseType |
Supported database dialects for the JDBC cache stores
|
CacheStore implementation based on
a JDBC database connection.Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.