接口 SelectRowBoundsMapper<T>
-
- 类型参数:
T- 不能为空
- 所有已知子接口:
Mapper<T>,RowBoundsMapper<T>
public interface SelectRowBoundsMapper<T>通用Mapper接口,查询- 作者:
- liuzh
-
-
方法详细资料
-
selectByRowBounds
@SelectProvider(type=BaseSelectProvider.class, method="dynamicSQL") List<T> selectByRowBounds(T record, org.apache.ibatis.session.RowBounds rowBounds)
根据实体属性和RowBounds进行分页查询- 参数:
record-rowBounds-- 返回:
-
-