Uses of Class
io.github.bucket4j.distributed.jdbc.SQLProxyConfigurationBuilder
-
Packages that use SQLProxyConfigurationBuilder Package Description io.github.bucket4j.distributed.jdbc -
-
Uses of SQLProxyConfigurationBuilder in io.github.bucket4j.distributed.jdbc
Methods in io.github.bucket4j.distributed.jdbc that return SQLProxyConfigurationBuilder Modifier and Type Method Description static SQLProxyConfigurationBuilder<Long>SQLProxyConfiguration. builder()static SQLProxyConfigurationBuilder<Long>SQLProxyConfigurationBuilder. builder()Deprecated.SQLProxyConfigurationBuilder<K>SQLProxyConfigurationBuilder. withClientSideConfig(ClientSideConfig clientSideConfig)<T> SQLProxyConfigurationBuilder<T>SQLProxyConfigurationBuilder. withPrimaryKeyMapper(PrimaryKeyMapper<T> primaryKeyMapper)SQLProxyConfigurationBuilder<K>SQLProxyConfigurationBuilder. withTableSettings(BucketTableSettings tableSettings)
-