Interface SelectWrapper<Entity,Children>
- All Known Implementing Classes:
AptQueryWrapper,KtLambdaWrapper,MPJLambdaWrapper
public interface SelectWrapper<Entity,Children>
- Since:
- 1.4.6
- Author:
- yulichang
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidgetAlias()getFrom()booleanbooleanbooleansetEntityClass(Class<Entity> clazz)
-
Method Details
-
getEntityClass
-
setEntityClass
-
getSelectColumns
-
selectAll
Children selectAll() -
isResultMap
boolean isResultMap() -
getResultMapMybatisLabel
-
getFrom
String getFrom() -
getAlias
String getAlias() -
isResultMapCollection
boolean isResultMapCollection() -
getPageInfo
PageInfo getPageInfo() -
isPageByMain
boolean isPageByMain() -
doFill
-