Module org.jooq
Package org.jooq.impl

Class DateAsTimestampBinding

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

public class DateAsTimestampBinding extends Object implements Binding<Timestamp,​Timestamp>
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