Interface SelectWrapper<Entity,Children>

All Known Implementing Classes:
AptQueryWrapper, KtLambdaWrapper, MPJLambdaWrapper

public interface SelectWrapper<Entity,Children>
Since:
1.4.6
Author:
yulichang
  • Method Details

    • getEntityClass

      Class<Entity> getEntityClass()
    • setEntityClass

      Children setEntityClass(Class<Entity> clazz)
    • getSelectColumns

      List<Select> getSelectColumns()
    • selectAll

      Children selectAll()
    • isResultMap

      boolean isResultMap()
    • getResultMapMybatisLabel

      List<Label<?>> getResultMapMybatisLabel()
    • getFrom

      String getFrom()
    • getAlias

      String getAlias()
    • isResultMapCollection

      boolean isResultMapCollection()
    • getPageInfo

      PageInfo getPageInfo()
    • isPageByMain

      boolean isPageByMain()
    • doFill

      default void doFill(Object obj)