解决:java.lang.IllegalStateException: Type handler was null on parameter……
程序员文章站
2022-03-08 17:25:00
...
java.lang.IllegalStateException: Type handler was null on parameter mapping for property 'accusedInfos'. It was either not specified and/or could not be found for the javaType (java.util.List) : jdbcType (null) combination.
实体类里面有List,然后Insert时报的这个错,用的是自动生成的Insert方法。
解决方式:
1、在实体类中的List上加注解@TableField(exist = false)。
2、手写Insert语句,标注好列。
推荐阅读
-
PhpMyAdmin出现export.php Missing parameter: what /export_type错误解决方法
-
Missing URI template variable ‘id‘ for method parameter of type int[已解决]
-
关于React Native报Cannot initialize a parameter of type'NSArray<id<RCTBridgeModule>>错误(解决方案)
-
PhpMyAdmin出现export.php Missing parameter: what /export_type错误解决方法_php技巧
-
PhpMyAdmin出现export.php Missing parameter: what /export_type错误解决方法_php技巧
-
Type.GetType()在跨程序集反射时返回null的解决方法
-
PhpMyAdmin出现export.php Missing parameter: what /export_type错误解决方法
-
Optional int parameter ‘isApply‘ is present but cannot be translated into a null value已解决
-
Swagger异常之----AbstractSerializableParameter:Illegal DefaultValue null for parameter type integer解决方案
-
关于React Native报Cannot initialize a parameter of type'NSArray<id<RCTBridgeModule>>错误(解决方案)