org.infinispan.loaders.spi.CacheStore
implementation based on
a JDBC database connection.See: Description
Class | Description |
---|---|
DataManipulationHelper |
The purpose of this class is to factorize the repeating code between
JdbcStringBasedStore
and JdbcBinaryStore . |
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.
|
TableName |
Value object for table name operations.
|
Enum | Description |
---|---|
DatabaseType |
Supported database dialects for the JDBC cache stores
|
org.infinispan.loaders.spi.CacheStore
implementation based on
a JDBC database connection.Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.