Uses of Interface
io.github.bucket4j.distributed.jdbc.PrimaryKeyMapper
-
Packages that use PrimaryKeyMapper Package Description io.github.bucket4j.distributed.jdbc -
-
Uses of PrimaryKeyMapper in io.github.bucket4j.distributed.jdbc
Fields in io.github.bucket4j.distributed.jdbc declared as PrimaryKeyMapper Modifier and Type Field Description static PrimaryKeyMapper<Integer>PrimaryKeyMapper. INTstatic PrimaryKeyMapper<Long>PrimaryKeyMapper. LONGstatic PrimaryKeyMapper<String>PrimaryKeyMapper. STRINGMethods in io.github.bucket4j.distributed.jdbc that return PrimaryKeyMapper Modifier and Type Method Description PrimaryKeyMapper<K>SQLProxyConfiguration. getPrimaryKeyMapper()Methods in io.github.bucket4j.distributed.jdbc with parameters of type PrimaryKeyMapper Modifier and Type Method Description <T> SQLProxyConfigurationBuilder<T>SQLProxyConfigurationBuilder. withPrimaryKeyMapper(PrimaryKeyMapper<T> primaryKeyMapper)
-