接口 SelectByExampleRowBoundsMapper<T>

  • 类型参数:
    T - 不能为空
    所有已知子接口:
    Mapper<T>, RowBoundsMapper<T>

    public interface SelectByExampleRowBoundsMapper<T>
    通用Mapper接口,查询
    作者:
    liuzh
    • 方法详细资料

      • selectByExampleAndRowBounds

        @SelectProvider(type=ExampleProvider.class,
                        method="dynamicSQL")
        List<T> selectByExampleAndRowBounds​(Object example,
                                            org.apache.ibatis.session.RowBounds rowBounds)
        根据example条件和RowBounds进行分页查询
        参数:
        example -
        rowBounds -
        返回: