Package org.mybatis.dynamic.sql.select
package org.mybatis.dynamic.sql.select
-
ClassDescriptionAbstractHavingFinisher<T extends AbstractHavingFinisher<T>>AbstractHavingStarter<F extends AbstractHavingFinisher<?>>AbstractQueryExpressionDSL<W extends AbstractWhereFinisher<?>,
T extends AbstractQueryExpressionDSL<W, T>> CountDSL<R>DSL for building count queries.Represents a function that can be used to create a general count method.SelectDSL<R>Implements a SQL DSL for building select statements.Represents a function that can be used to create a general select method.This class is used for an order by phrase where there is no suitable column name to use (for example a calculated column or an aggregate column).