您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
程序包 cool.scx.data.jdbc.type_handler.time
package
cool.scx.data.jdbc.type_handler.time
Related Packages
程序包
说明
cool.scx.data.jdbc.type_handler
cool.scx.data.jdbc.type_handler.math
cool.scx.data.jdbc.type_handler.primitive
类
类
说明
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