Module org.jooq
Package org.jooq.impl

Class LocalDateAsLocalDateTimeBinding

java.lang.Object
org.jooq.impl.LocalDateAsLocalDateTimeBinding
All Implemented Interfaces:
Serializable, Binding<LocalDateTime,​LocalDateTime>

public class LocalDateAsLocalDateTimeBinding extends Object implements Binding<LocalDateTime,​LocalDateTime>
A binding that implements the date-as-timestamp semantics of the jOOQ code generator.
Author:
Lukas Eder
See Also:
https://github.com/jOOQ/jOOQ/issues/3369, Serialized Form