JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
cool.scx.jdbc.type_handler.time
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package cool.scx.jdbc.type_handler.time
package
cool.scx.jdbc.type_handler.time
Related Packages
Package
Description
cool.scx.jdbc.type_handler
cool.scx.jdbc.type_handler.math
cool.scx.jdbc.type_handler.primitive
Classes
Class
Description
DateTypeHandler
此处因为 jdbc 的设计非常混乱 所以说明一下
Date
是指 只有日期没有时间
Time
是指 只有时间没有日期
Timestamp
是指既有日期又有时间
我们此处使用
Timestamp
进行存储, 同时建议用户使用
LocalDateTime
等替换
Date
DurationTypeHandler
InstantTypeHandler
LocalDateTimeTypeHandler
为不支持 LocalDateTime 的数据库添加 string 类型的兼容支持
LocalDateTypeHandler
为不支持 LocalDate 的数据库添加 string 类型的兼容支持
LocalTimeTypeHandler
为不支持 LocalTime 的数据库添加 string 类型的兼容支持
MonthTypeHandler
OffsetDateTimeTypeHandler
OffsetTimeTypeHandler
YearMonthTypeHandler
YearTypeHandler
ZonedDateTimeTypeHandler