-
- All Implemented Interfaces:
public class ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES> extends ZzUserQueryPro.__Impl.CommonField<T, RUN_RES>
-
-
Constructor Summary
Constructors Constructor Description ZzUserQueryPro.__Impl.OrderByField(QueryStructure qs, QueryPayload payload, Class<T> clazz)
-
Method Summary
Modifier and Type Method Description KeywordsOrderBy<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>>id()KeywordsOrderBy<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>>name()KeywordsOrderBy<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>>age()KeywordsOrderBy<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>>sex()KeywordsOrderBy<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>>deleted()ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>take(Function<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>, ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>> factor)-
Methods inherited from class cn.cloudself.demo.java.dao.zz.ZzUserQueryPro.__Impl.CommonField
getClazz, getPayload -
Methods inherited from class cn.cloudself.query.psi.AbstractExpression
and, customColumn, or, orderBy, par, parLeft, parRight, sql -
Methods inherited from class cn.cloudself.query.psi.FinalOperators
columnLimiter, columnsLimiter, count, distinct, limit, pageable, run, runAsMap, runLimit1, runLimit1Opt -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ZzUserQueryPro.__Impl.OrderByField
ZzUserQueryPro.__Impl.OrderByField(QueryStructure qs, QueryPayload payload, Class<T> clazz)
-
-
Method Detail
-
id
@Contract(pure = true) KeywordsOrderBy<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>> id()
-
name
@Contract(pure = true) KeywordsOrderBy<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>> name()
-
age
@Contract(pure = true) KeywordsOrderBy<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>> age()
-
sex
@Contract(pure = true) KeywordsOrderBy<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>> sex()
-
deleted
@Contract(pure = true) KeywordsOrderBy<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>> deleted()
-
take
@Contract(pure = true) ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES> take(Function<ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>, ZzUserQueryPro.__Impl.OrderByField<T, RUN_RES>> factor)
-
-
-
-