Type handler was null on parameter mapping for property ‘createTime‘. It was either not specified an

本文讨论了在Java实体类中将`Date`误写为`Data`所引发的问题,导致MyBatis在参数映射时找不到对应的TypeHandler。错误信息表明JavaType为`javax.xml.crypto.Data`,而预期应该是`java.util.Date`。解决此问题的关键在于确保导入正确的日期类型,并正确配置TypeHandler,以确保数据库操作的顺利进行。
摘要由CSDN通过智能技术生成

Type handler was null on parameter mapping for property ‘createTime’. It was either not specified and/or could not be found for the javaType (lombok.Data) : jdbcType (null) combination.
原因是:在创建实体类的时候吧date类型写成data导致类型不匹配
Type handler was null on parameter mapping for property ‘createTime’. It was either not specified and/or could not be found for the javaType (javax.xml.crypto.Data) : jdbcType (null) combination.
Type handler was null on parameter mapping for property ‘createTime’. It was either not specified and/or could not be found for the javaType (javax.xml.crypto.Data) : jdbcType (null) combination.

原因是:在创建实体类的时候吧date类型写成data导致类型不匹配
此处总结:在写实体类时要注意一些类型的导包,不要导错

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值