mybatis查询时报下标越界异常
mybatis的sql语句没有问题,但是查询时报下标越界的异常:
Cause: java.lang.IndexOutOfBoundsException: Index: 3, Size: 3
很有可能是mybatis映射的实体类的无参构造写有写,导致mybatis无法对实体类赋值。
mybatis的sql语句没有问题,但是查询时报下标越界的异常:
Cause: java.lang.IndexOutOfBoundsException: Index: 3, Size: 3
很有可能是mybatis映射的实体类的无参构造写有写,导致mybatis无法对实体类赋值。