Package highfive.serializers
Class LocalDateTimeSerializer
- java.lang.Object
-
- highfive.model.Serializer<LocalDateTime>
-
- highfive.serializers.LocalDateTimeSerializer
-
public class LocalDateTimeSerializer extends Serializer<LocalDateTime>
-
-
Field Summary
-
Fields inherited from class highfive.model.Serializer
ALL
-
-
Constructor Summary
Constructors Constructor Description LocalDateTimeSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetValue()byte[]read(ResultSet rs, int ordinal)voidset(PreparedStatement ps, int ordinal)-
Methods inherited from class highfive.model.Serializer
find, getName
-
-
-
-
Method Detail
-
read
public byte[] read(ResultSet rs, int ordinal) throws SQLException
- Specified by:
readin classSerializer<LocalDateTime>- Throws:
SQLException
-
getValue
public LocalDateTime getValue()
- Specified by:
getValuein classSerializer<LocalDateTime>
-
set
public void set(PreparedStatement ps, int ordinal) throws SQLException
- Specified by:
setin classSerializer<LocalDateTime>- Throws:
SQLException
-
-