T
- 不能为空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
- Copyright © 2018. All rights reserved.