-
pagehelper 和 tk.mapper一起使用时,我想分页,然后根据实体类里面的某些参数进行条件查询(有的条件是相等,有些条件是like),所以我使用了example查询,但是报错【There is no getter for property named 'distinct' in 'class tk.mybatis.mapper.entity.Example$Criteria'】
-
项目maven配置:
```xml
org.springframework.boot
spring-boot-starter-parent
1.5.1.RELEASE
me.dragon
dragon-base-api
${dragon-base-api-version}
…
-
Caused by: java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.String
at org.apache.ibatis.mapping.CacheBuilder.setCacheProperties(CacheBuilder.java:147) ~[mybatis-3.4.5.jar:…
-
Please answer these questions before submitting your issue. Thanks!
### Which version of Sharding-Jdbc do you using?
Sharding-jdbc 1.5.1
### Expected behavior
使用技术:
sharding-jdbc 1…
-
获取count语句,按道理只查询一次就可以了,没必要每次分页时都查询一遍,或者根本就不查询count
-
生成oracle数据库的 xxMapper.xml 和 xxExample.java 中的分页逻辑还是 mysql 的版本。关键字 limit
-
我打开MyBatis的SQL日志发现控制台打出来的分页SQL语句是没有加"limit"的,然后去查MySQL执行日志也是没有limit
-
### Which version of Sharding-Jdbc do you using?
2.0.3
### Expected behavior
数据源只有一张表(t_fm_order_check)需要分表,其他表不需要分表,所以只配置了一个sharding:table-rule
### Actual behavior
这样未分表的表普通查询没什么问题,但是未分表…
-
Please answer these questions before submitting your issue. Thanks!
### Which version of Sharding-Jdbc do you using?
1.5.3(开始使用1.3.1也是这个错误)
### Expected behavior
正常返回数据
### Actual behavior
com…
-
```xml
tk.mybatis
mapper-spring-boot-starter
2.0.2
```
回退到版本1.1.4,则不会报下面的错:
```xml
tk.mybatis
mapper-s…