We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6ebcb8 + 76dd3af commit 3ce7c5fCopy full SHA for 3ce7c5f
src/main/java/org/apache/ibatis/type/TypeHandlerRegistry.java
@@ -138,6 +138,8 @@ public TypeHandlerRegistry() {
138
// since 1.0.1
139
register("java.time.Month", "org.apache.ibatis.type.MonthTypeHandler");
140
register("java.time.Year", "org.apache.ibatis.type.YearTypeHandler");
141
+ // since 1.0.2
142
+ register("java.time.chrono.JapaneseDate", "org.apache.ibatis.type.JapaneseDateTypeHandler");
143
144
} catch (ClassNotFoundException e) {
145
// no JSR-310 handlers
0 commit comments