Uses of Class
org.infinispan.persistence.sql.AbstractSchemaJdbcStore.ProtoSchemaOptions
Package
Description
This package contains a
AdvancedLoadWriteStore
implementation based on
a JDBC database connection.-
Uses of AbstractSchemaJdbcStore.ProtoSchemaOptions in org.infinispan.persistence.sql
Modifier and TypeMethodDescriptionprotected abstract TableOperations<K,
V> AbstractSchemaJdbcStore.actualCreateTableOperations
(AbstractSchemaJdbcStore.ProtoSchemaOptions<K, V, C> schemaOptions) Implementation specific method to return a table operations which will then be used appropriately for store operations.protected TableOperations<K,
V> QueriesJdbcStore.actualCreateTableOperations
(AbstractSchemaJdbcStore.ProtoSchemaOptions<K, V, QueriesJdbcStoreConfiguration> options) protected TableOperations<K,
V> TableJdbcStore.actualCreateTableOperations
(AbstractSchemaJdbcStore.ProtoSchemaOptions<K, V, TableJdbcStoreConfiguration> schemaOptions) ModifierConstructorDescriptionQueryTableOperations
(AbstractSchemaJdbcStore.ProtoSchemaOptions<K, V, QueriesJdbcStoreConfiguration> options, AbstractSchemaJdbcStore.Parameter[] upsertParameters, QueriesJdbcConfiguration modifiedQueryConfig) SchemaTableOperations
(AbstractSchemaJdbcStore.ProtoSchemaOptions<K, V, C> schemaOptions, AbstractSchemaJdbcStore.Parameter[] upsertParameters) TableTableOperations
(AbstractSchemaJdbcStore.ProtoSchemaOptions<K, V, TableJdbcStoreConfiguration> options, AbstractSchemaJdbcStore.Parameter[] upsertParameters)