AdvancedLoadWriteStore implementation based on
a JDBC database connection.See: Description
| Class | Description |
|---|---|
| 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
|
AdvancedLoadWriteStore implementation based on
a JDBC database connection.Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.