반응형

Mybatis Type handler was null on parameter mapping for property '__frch_item_0.value'.  ### Error querying database.  Cause: java.lang.IllegalStateException: Type handler was null on parameter mapping for property '__frch_item_0.value'.  It was either not specified and/or could not be found for the javaType / jdbcType combination specified.
### Cause: java.lang.IllegalStateException: Type handler was null on parameter mapping for property '__frch_item_0.value'.  It was either not specified and/or could not be found for the javaType / jdbcType combination specified.

 

 

<foreach collection="orderList" item="item" index="index" separator="," open="(" close=")">
	#{item.value}
</foreach>

 

 

<foreach collection="orderList" item="item" index="index" separator="," open="(" close=")">
	 #{item, jdbcType=VARCHAR}
</foreach>

 

반응형

+ Recent posts