Module io.github.bucket4j.core
Interface PrimaryKeyMapper<T>
-
public interface PrimaryKeyMapper<T>- Author:
- Vladimir Bukhtoyarov
-
-
Field Summary
Fields Modifier and Type Field Description static PrimaryKeyMapper<Integer>INTstatic PrimaryKeyMapper<Long>LONGstatic PrimaryKeyMapper<String>STRING
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(PreparedStatement statement, int i, T value)
-
-
-
Field Detail
-
LONG
static final PrimaryKeyMapper<Long> LONG
-
INT
static final PrimaryKeyMapper<Integer> INT
-
STRING
static final PrimaryKeyMapper<String> STRING
-
-
Method Detail
-
set
void set(PreparedStatement statement, int i, T value) throws SQLException
- Throws:
SQLException
-
-