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. LONGprotected PrimaryKeyMapper<K>AbstractJdbcProxyManagerBuilder. primaryKeyMapperstatic PrimaryKeyMapper<String>PrimaryKeyMapper. STRINGMethods in io.github.bucket4j.distributed.jdbc that return PrimaryKeyMapper Modifier and Type Method Description PrimaryKeyMapper<K>AbstractJdbcProxyManagerBuilder. getPrimaryKeyMapper()PrimaryKeyMapper<K>SQLProxyConfiguration. getPrimaryKeyMapper()Deprecated.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)Deprecated.Constructors in io.github.bucket4j.distributed.jdbc with parameters of type PrimaryKeyMapper Constructor Description AbstractJdbcProxyManagerBuilder(DataSource dataSource, PrimaryKeyMapper<K> primaryKeyMapper)
-