接口 SelectCountByExampleMapper<T>

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

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

      • selectCountByExample

        @SelectProvider(type=ExampleProvider.class,
                        method="dynamicSQL")
        int selectCountByExample​(Object example)
        根据Example条件进行查询总数
        参数:
        example -
        返回: