Class LocalDateTypeHandler
java.lang.Object
cool.scx.jdbc.type_handler.time.LocalDateTypeHandler
- All Implemented Interfaces:
TypeHandler<LocalDate>
为不支持 LocalDate 的数据库添加 string 类型的兼容支持
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Details
-
LocalDateTypeHandler
public LocalDateTypeHandler()
-
-
Method Details
-
setObject
- Specified by:
setObjectin interfaceTypeHandler<LocalDate>- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceTypeHandler<LocalDate>- Throws:
SQLException
-