Package | Description |
---|---|
com.querydsl.sql.types |
Types for de/serialization to ResultSet and PreparedStatement
|
Modifier and Type | Class and Description |
---|---|
class |
CalendarType
CalendarType maps Calendar to Timestamp on the JDBC level |
class |
DateTimeType
DateTimeType maps DateTime to Timestamp on the JDBC level |
class |
DateType
DateType maps Date to Date on the JDBC level |
class |
LocalDateTimeType
LocalDateTimeType maps LocalDateTime to Timestamp on the JDBC level |
class |
LocalDateType
LocalDateType maps LocalDate to Date on the JDBC level |
class |
LocalTimeType
LocalTimeType maps LocalTime to Time on the JDBC level |
class |
TimestampType
TimestampType maps Timestamp to Timestamp on the JDBC level |
class |
TimeType
TimeType maps Time to Time on the JDBC level |
class |
UtilDateType
UtilDateType maps Date to Timestamp on the JDBC level |
Copyright © 2007–2016 Querydsl. All rights reserved.