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