Interface SelectAllMapper<T>

Type Parameters:
T - 泛型
All Known Subinterfaces:
BasicMapper<T>, BasicSelectMapper<T>, Mapper<T>

public interface SelectAllMapper<T>
查询
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    查询全部结果
  • Method Details

    • selectAll

      @SelectProvider(type=BasicSelectProvider.class, method="dynamicSQL") List<T> selectAll()
      查询全部结果
      Returns:
      the list 操作结果