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: