Package org.miaixz.bus.mapper.common
Interface RowBoundsMapper<T>
- Type Parameters:
T- 泛型
- All Superinterfaces:
SelectByConditionRowBoundsMapper<T>,SelectRowBoundsMapper<T>
- All Known Subinterfaces:
Mapper<T>
public interface RowBoundsMapper<T>
extends SelectByConditionRowBoundsMapper<T>, SelectRowBoundsMapper<T>
通用Mapper接口,带RowBounds参数的查询
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Methods inherited from interface org.miaixz.bus.mapper.common.rowbounds.SelectByConditionRowBoundsMapper
selectByConditionAndRowBoundsMethods inherited from interface org.miaixz.bus.mapper.common.rowbounds.SelectRowBoundsMapper
selectByRowBounds