public class SqlQueryExpression extends SqlQueryConditionGroupExpression
SqlDeleteExpression
.jdbcclassMapping, typeQueryEntitydialect, parent| 构造器和说明 |
|---|
SqlQueryExpression(Jdbc jdbc)
Instantiates a new sql query expression.
|
SqlQueryExpression(Jdbc jdbc,
cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping,
cn.featherfly.common.db.builder.dml.basic.SqlSelectBasicBuilder selectBuilder)
Instantiates a new sql query expression.
|
SqlQueryExpression(Jdbc jdbc,
cn.featherfly.common.db.builder.dml.basic.SqlSelectBasicBuilder selectBuilder)
Instantiates a new sql query expression.
|
SqlQueryExpression(Jdbc jdbc,
java.lang.String queryAlias)
Instantiates a new sql query expression.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
build() |
java.lang.Long |
count() |
protected cn.featherfly.hammer.dsl.query.QueryConditionGroupExpression |
createGroup(cn.featherfly.hammer.dsl.query.QueryConditionGroupLogicExpression parent,
java.lang.String queryAlias,
cn.featherfly.hammer.dsl.query.TypeQueryEntity typeQueryEntity)
Creates the group.
|
asc, asc, asc, asc, decimal, desc, desc, desc, desc, integer, limit, limit, limit, list, list, list, longInt, number, pagination, pagination, pagination, single, single, single, sort, stringand, co, co, co, endGroup, eq, eq, eq, ew, ew, ew, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, getQueryAlias, getRoot, group, group, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, in, in, in, inn, inn, isn, isn, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, ne, ne, ne, nin, nin, nin, or, property, property, property, property, property, property, propertyDate, propertyDate, propertyEnum, propertyEnum, propertyNumber, propertyNumber, propertyString, propertyString, setQueryAlias, supplier, sw, sw, sw, toStringaddCondition, conditionResult, conditionResult, expression, getConditions, getParam, getParams, getPropertyName, isIgnoreEmpty, setIgnoreEmpty, supplierclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, gegt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gtle, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, lelt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, ltpublic SqlQueryExpression(Jdbc jdbc, cn.featherfly.common.db.builder.dml.basic.SqlSelectBasicBuilder selectBuilder)
jdbc - the jdbcselectBuilder - the select builderpublic SqlQueryExpression(Jdbc jdbc, cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping, cn.featherfly.common.db.builder.dml.basic.SqlSelectBasicBuilder selectBuilder)
jdbc - the jdbcclassMapping - the class mappingselectBuilder - the select builderpublic SqlQueryExpression(Jdbc jdbc, java.lang.String queryAlias)
jdbc - the jdbcqueryAlias - the query aliaspublic SqlQueryExpression(Jdbc jdbc)
jdbc - jdbcprotected cn.featherfly.hammer.dsl.query.QueryConditionGroupExpression createGroup(cn.featherfly.hammer.dsl.query.QueryConditionGroupLogicExpression parent,
java.lang.String queryAlias,
cn.featherfly.hammer.dsl.query.TypeQueryEntity typeQueryEntity)
createGroup 在类中 SqlQueryConditionGroupExpressionparent - the parentqueryAlias - the query aliastypeQueryEntity - the type query entitypublic java.lang.Long count()
count 在接口中 cn.featherfly.hammer.expression.query.QueryCountExecutorcount 在类中 SqlQueryConditionGroupExpressionpublic java.lang.String build()
build 在接口中 cn.featherfly.common.repository.builder.Builderbuild 在类中 SqlQueryConditionGroupExpression