Uses of Class
org.infinispan.persistence.sql.configuration.QueriesJdbcConfigurationBuilder
Packages that use QueriesJdbcConfigurationBuilder
-
Uses of QueriesJdbcConfigurationBuilder in org.infinispan.persistence.sql.configuration
Methods in org.infinispan.persistence.sql.configuration that return QueriesJdbcConfigurationBuilderModifier and TypeMethodDescriptionConfigures the delete statement to be used when removing entries from the database.Configures the delete all statement to be used when clearing the store.QueriesJdbcStoreConfigurationBuilder.queries()
QueriesJdbcStoreConfigurationBuilder.queriesJdbcConfigurationBuilder()
Deprecated, for removal: This API element is subject to removal in a future version.Configures the select statement to be used when reading entries from the database.Configures the select all statement to be used when reading all entries from the database.Configures the size statement to be used when determining the size of the store.Configures the upsert statement to be used when writing entries to the database.
QueriesJdbcStoreConfigurationBuilder.queries()
instead