-
Configures 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()
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