|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
CacheStore
implementation based on
a JDBC database connection.
See:
Description
Class Summary | |
---|---|
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 Summary | |
---|---|
DatabaseType | Supported database dialects for the JDBC cache stores |
This package contains a CacheStore
implementation based on
a JDBC database connection.
|
--> |