T
- 不能为空public interface SelectByExampleRowBoundsMapper<T>
Modifier and Type | Method and Description |
---|---|
List<T> |
selectByExampleAndRowBounds(Object example,
org.apache.ibatis.session.RowBounds rowBounds)
根据example条件和RowBounds进行分页查询
|
@SelectProvider(type=ExampleProvider.class, method="dynamicSQL") List<T> selectByExampleAndRowBounds(Object example, org.apache.ibatis.session.RowBounds rowBounds)
example
- rowBounds
- Copyright © 2018. All rights reserved.