T - 不能为空public interface SelectByExampleRowBoundsMapper<T>
| 限定符和类型 | 方法和说明 |
|---|---|
List<T> |
selectByExampleAndRowBounds(Object example,
org.apache.ibatis.session.RowBounds rowBounds)
根据example条件和RowBounds进行分页查询
|
Copyright © 2015. All rights reserved.