| Package | Description |
|---|---|
| org.infinispan.persistence.jdbc |
This package contains a
AdvancedLoadWriteStore implementation based on
a JDBC database connection. |
| org.infinispan.persistence.jdbc.binary |
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
|
| org.infinispan.persistence.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
| Modifier and Type | Method and Description |
|---|---|
TableManipulation |
TableManipulation.clone() |
| Modifier and Type | Method and Description |
|---|---|
TableManipulation |
JdbcBinaryStore.getTableManipulation() |
| Modifier and Type | Method and Description |
|---|---|
TableManipulation |
JdbcStringBasedStore.getTableManipulation() |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.