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.configuration | |
org.infinispan.persistence.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
Class and Description |
---|
DatabaseType
Supported database dialects for the JDBC cache stores
|
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.
|
Class and Description |
---|
TableManipulation
Contains all the logic of manipulating the table, including creating it if needed and access operations like
inserting, selecting etc.
|
Class and Description |
---|
DatabaseType
Supported database dialects for the JDBC cache stores
|
Class and Description |
---|
TableManipulation
Contains all the logic of manipulating the table, including creating it if needed and access operations like
inserting, selecting etc.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.