
mybatis
POSTརྡོ།
Java 转行 Go
展开
-
here is no getter for property named 'xxx' in 'class java.lang.String' 或 'class java.lang.Integer'
Caused by: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'phone' in 'class java.lang.String' at org.apache.ibatis.reflection.Reflector.getGetInvoker(Refle...原创 2018-09-19 16:57:05 · 2082 阅读 · 0 评论 -
mybatis动态sql中foreach标签的使用
mybatis动态sql中foreach标签的使用 foreach标签主要用于构建in条件,他可以在sql中对集合进行迭代。如下: <delete id="deleteBatch"> delete from table where id in <foreach collection="array" item="id" index="index" op...原创 2019-08-30 08:49:15 · 151 阅读 · 0 评论