以下詳細(一部ぼかしていますが、結局Timestamp扱いにされる。実際の各種ソースはLocalDateTime、同様の設定の登録日時に関してはエラーにならない)
※すいません。。。途中までデバッグしようとしたのですが、ソース行の位置がずれたりでくじけました
以上よろしくお願いいたします
Failed to write the property.
[Bean Class]
class hoge.db.exentity.AuthenticationHistory
property count: 22
property list: [deleteFlgTrue, process, deleteFlgAsBoolean, customerUser, deleteFlgName, authCd, registerTime, authCdAlias, userCd, deleteFlg, updateUser, updateTime, deleteFlgFalse, authCdAsauth_cd, authCdName, authCdLoginSuccess, authCdLoginFailure, authCdLogout, registerUser, seq, deleteFlgAsFlg, deleteFlgAlias]
[Property]
updateTime
class java.time.LocalDateTime
hash: 5b69f5
[Readable?]
true
public java.time.LocalDateTime hoge.db.bsentity.BsAuthenticationHistory.getUpdateTime()
[Writable?]
true
public void hoge.db.bsentity.BsAuthenticationHistory.setUpdateTime(java.time.LocalDateTime)
[Field?]
null
[Target Object]
class hoge.db.exentity.AuthenticationHistory
AuthenticationHistory:{8, 1, 0, 2015-06-08T16:22:30.811, -----, 2015-06-08T16:22:30.811, -----, null, POST:/login}@e0a583ac
[Wrote Object]
class java.sql.Timestamp
2015-06-08 16:22:32.201
* * * * * * * * * */] with root cause
java.lang.IllegalArgumentException: argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.dbflute.util.DfReflectionUtil.invoke(DfReflectionUtil.java:470)
at org.dbflute.helper.beans.impl.DfPropertyDescImpl.setValue(DfPropertyDescImpl.java:231)
at org.dbflute.s2dao.sqlhandler.TnAbstractEntityHandler.updateTimestampIfNeed(TnAbstractEntityHandler.java:282)
at org.dbflute.s2dao.sqlhandler.TnAbstractEntityHandler.updateTimestampIfNeed(TnAbstractEntityHandler.java:273)