Package highfive.serializers
Class LocalTimeSerializer
- java.lang.Object
-
- highfive.model.Serializer<LocalTime>
-
- highfive.serializers.LocalTimeSerializer
-
public class LocalTimeSerializer extends Serializer<LocalTime>
-
-
Field Summary
-
Fields inherited from class highfive.model.Serializer
ALL
-
-
Constructor Summary
Constructors Constructor Description LocalTimeSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalTimegetValue()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<LocalTime>- Throws:
SQLException
-
getValue
public LocalTime getValue()
- Specified by:
getValuein classSerializer<LocalTime>
-
set
public void set(PreparedStatement ps, int ordinal) throws SQLException
- Specified by:
setin classSerializer<LocalTime>- Throws:
SQLException
-
-