public interface SelectRowBoundsMapper<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
selectByRowBounds(T record,
org.apache.ibatis.session.RowBounds rowBounds)
根据实体属性和RowBounds进行分页查询
|
@SelectProvider(type=BaseSelectProvider.class, method="dynamicSQL") List<T> selectByRowBounds(T record, org.apache.ibatis.session.RowBounds rowBounds)
record - 对象rowBounds - RowBounds信息Copyright © 2020. All rights reserved.