-
- All Implemented Interfaces:
public abstract class PlusField<T extends Object, RUN_RES extends Object> extends QueryField<T, RUN_RES, PlusWhereField<T, RUN_RES>, PlusOrderByField<T, RUN_RES>, PlusColumnLimiterField<T, RUN_RES>, PlusColumnsLimiterField<T, RUN_RES>>
-
-
Constructor Summary
Constructors Constructor Description PlusField()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class cn.cloudself.query.QueryField
and, andForeignField, customColumn, or, or, orderBy, par, parLeft, parRight, sql -
Methods inherited from class cn.cloudself.query.FinalSelectField
columnLimiter, columnsLimiter, count, limit, limit, pageable, run, runAsMap, runLimit1, runLimit1Opt -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-