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