Uses of Interface
io.github.bucket4j.distributed.jdbc.PrimaryKeyMapper
Packages that use PrimaryKeyMapper
-
Uses of PrimaryKeyMapper in io.github.bucket4j.distributed.jdbc
Fields in io.github.bucket4j.distributed.jdbc declared as PrimaryKeyMapperModifier and TypeFieldDescriptionstatic final PrimaryKeyMapper<Integer>PrimaryKeyMapper.INTstatic final PrimaryKeyMapper<Long>PrimaryKeyMapper.LONGprotected PrimaryKeyMapper<K>AbstractJdbcProxyManagerBuilder.primaryKeyMapperstatic final PrimaryKeyMapper<String>PrimaryKeyMapper.STRINGMethods in io.github.bucket4j.distributed.jdbc that return PrimaryKeyMapperModifier and TypeMethodDescriptionAbstractJdbcProxyManagerBuilder.getPrimaryKeyMapper()SQLProxyConfiguration.getPrimaryKeyMapper()Deprecated.Methods in io.github.bucket4j.distributed.jdbc with parameters of type PrimaryKeyMapperModifier and TypeMethodDescription<T> SQLProxyConfigurationBuilder<T>SQLProxyConfigurationBuilder.withPrimaryKeyMapper(PrimaryKeyMapper<T> primaryKeyMapper) Deprecated.Constructors in io.github.bucket4j.distributed.jdbc with parameters of type PrimaryKeyMapperModifierConstructorDescriptionAbstractJdbcProxyManagerBuilder(DataSource dataSource, PrimaryKeyMapper<K> primaryKeyMapper)