类 AbstractMutableQueryImpl
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.AbstractMutableStatementImpl
org.babyfish.jimmer.sql.ast.impl.query.AbstractMutableQueryImpl
- 所有已实现的接口:
Filterable,MutableQuery,Sortable
- 直接已知子类:
MutableRootQueryImpl,MutableSubQueryImpl
public abstract class AbstractMutableQueryImpl
extends AbstractMutableStatementImpl
implements MutableQuery
-
构造器概要
构造器限定符构造器说明protectedAbstractMutableQueryImpl(TableAliasAllocator tableAliasAllocator, JSqlClient sqlClient, org.babyfish.jimmer.meta.ImmutableType immutableType) -
方法概要
修饰符和类型方法说明voidfreeze()<T extends Table<?>>
TgetTable()groupBy(Expression<?>... expressions)protected booleanorderBy(Expression<?> expression)orderBy(Expression<?> expression, OrderMode orderMode)orderBy(Expression<?> expression, OrderMode orderMode, NullOrderMode nullOrderMode)从类继承的方法 org.babyfish.jimmer.sql.ast.impl.AbstractMutableStatementImpl
createAssociationSubQuery, createAssociationWildSubQuery, createSubQuery, createWildSubQuery, fake, getPredicate, getSqlClient, getTableAliasAllocator, mergePredicates, validateMutable从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.ast.query.Filterable
createAssociationSubQuery, createAssociationWildSubQuery, createSubQuery, createWildSubQuery
-
构造器详细资料
-
AbstractMutableQueryImpl
protected AbstractMutableQueryImpl(TableAliasAllocator tableAliasAllocator, JSqlClient sqlClient, org.babyfish.jimmer.meta.ImmutableType immutableType)
-
-
方法详细资料
-
where
- 指定者:
where在接口中Filterable- 指定者:
where在接口中Sortable- 覆盖:
where在类中AbstractMutableStatementImpl
-
groupBy
- 指定者:
groupBy在接口中MutableQuery
-
having
- 指定者:
having在接口中MutableQuery
-
orderBy
- 指定者:
orderBy在接口中MutableQuery- 指定者:
orderBy在接口中Sortable
-
orderBy
- 指定者:
orderBy在接口中MutableQuery- 指定者:
orderBy在接口中Sortable
-
orderBy
public AbstractMutableQueryImpl orderBy(Expression<?> expression, OrderMode orderMode, NullOrderMode nullOrderMode)- 指定者:
orderBy在接口中MutableQuery- 指定者:
orderBy在接口中Sortable
-
getTable
- 指定者:
getTable在类中AbstractMutableStatementImpl
-
freeze
public void freeze()- 覆盖:
freeze在类中AbstractMutableStatementImpl
-
isGroupByClauseUsed
protected boolean isGroupByClauseUsed()
-