public class LocalTimeSerializer extends Serializer<LocalTime>
ALL| Constructor and Description |
|---|
LocalTimeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
LocalTime |
getValue() |
byte[] |
read(ResultSet rs,
int ordinal) |
void |
set(PreparedStatement ps,
int ordinal) |
find, getNamepublic byte[] read(ResultSet rs, int ordinal) throws SQLException
read in class Serializer<LocalTime>SQLExceptionpublic LocalTime getValue()
getValue in class Serializer<LocalTime>public void set(PreparedStatement ps, int ordinal) throws SQLException
set in class Serializer<LocalTime>SQLExceptionCopyright © 2024. All rights reserved.