Interface SelectByExampleRowBoundsMapper<T>
- Type Parameters:
T- 不能为空
- All Known Subinterfaces:
Mapper<T>,RowBoundsMapper<T>
public interface SelectByExampleRowBoundsMapper<T>
通用Mapper接口,查询
- Author:
- liuzh
-
Method Summary
Modifier and TypeMethodDescriptionselectByExampleAndRowBounds(Object example, org.apache.ibatis.session.RowBounds rowBounds) 根据example条件和RowBounds进行分页查询
-
Method Details
-
selectByExampleAndRowBounds
@SelectProvider(type=ExampleProvider.class, method="dynamicSQL") List<T> selectByExampleAndRowBounds(Object example, org.apache.ibatis.session.RowBounds rowBounds) 根据example条件和RowBounds进行分页查询- Parameters:
example-rowBounds-- Returns:
-