public interface PrimaryKeyMapper<T>
| Modifier and Type | Field and Description |
|---|---|
static PrimaryKeyMapper<Integer> |
INT |
static PrimaryKeyMapper<Long> |
LONG |
static PrimaryKeyMapper<String> |
STRING |
| Modifier and Type | Method and Description |
|---|---|
void |
set(PreparedStatement statement,
int i,
T value) |
static final PrimaryKeyMapper<Long> LONG
static final PrimaryKeyMapper<Integer> INT
static final PrimaryKeyMapper<String> STRING
void set(PreparedStatement statement, int i, T value) throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.