接口 QueryAction<R>
- 类型参数:
R- 返回类型
- 所有超级接口:
Between<QueryAction<R>>,ConditionFieldsAware,ConditionOperations<QueryAction<R>>,DbAction<R>,Eq<QueryAction<R>>,Expression<QueryAction<R>>,Ge<QueryAction<R>>,Gt<QueryAction<R>>,In<QueryAction<R>>,IsNotNull<QueryAction<R>>,IsNull<QueryAction<R>>,Join<QueryAction<R>,,QueryAction.ActionSelectJoinBuilder<R>, QueryAction.ActionJoinConditionBuilder<R>> JoinOperations<QueryAction<R>,,QueryAction.ActionSelectJoinBuilder<R>, QueryAction.ActionJoinConditionBuilder<R>> Le<QueryAction<R>>,Like<QueryAction<R>>,LikeLeft<QueryAction<R>>,LikeRight<QueryAction<R>>,LimitOperations<QueryAction<R>>,Lt<QueryAction<R>>,Ne<QueryAction<R>>,NotBetween<QueryAction<R>>,NotIn<QueryAction<R>>,NotLike<QueryAction<R>>,QueryOperations<QueryAction<R>>,ResolveFieldName,SqlFragment
public interface QueryAction<R>
extends DbAction<R>, QueryOperations<QueryAction<R>>, LimitOperations<QueryAction<R>>, JoinOperations<QueryAction<R>,QueryAction.ActionSelectJoinBuilder<R>,QueryAction.ActionJoinConditionBuilder<R>>, ConditionFieldsAware
查询动作
- 从以下版本开始:
- 0.0.4
- 作者:
- zeng
-
嵌套类概要
嵌套类修饰符和类型接口说明static interfaceJoin条件构建器static interfaceJoin构建器从接口继承的嵌套类/接口 org.elsfs.tool.sql.interfaces.Join
Join.JoinBuilder<C extends Join.JoinBuilder<C,JCB, J>, JCB extends Join.JoinConditionBuilder<JCB, C, J>, J extends Join<J, C, JCB>>, Join.JoinConditionBuilder<C extends Join.JoinConditionBuilder<C, JB, J>, JB extends Join.JoinBuilder<JB, C, J>, J extends Join<J, JB, C>>, Join.SelectJoinBuilder<C extends Join.SelectJoinBuilder<C, JCB, J>, JCB extends Join.JoinConditionBuilder<JCB, C, J>, J extends Join<J, C, JCB>> -
字段概要
从接口继承的字段 org.elsfs.tool.sql.interfaces.Join
TABLE_ALIAS -
方法概要
从接口继承的方法 org.elsfs.tool.sql.interfaces.single.Between
between, between, between, between, between, between从接口继承的方法 org.elsfs.tool.sql.singular.facade.ConditionFieldsAware
getConditionFields从接口继承的方法 org.elsfs.tool.sql.singular.facade.ConditionOperations
and, and, apply, apply, exists, exists, nested, nested, notExists, notExists, or, or, or, or从接口继承的方法 org.elsfs.tool.sql.interfaces.single.Eq
eq, eq, eq, eq, eq, eq, eqSql, eqSql, eqSql, eqSql, eqSql, eqSql, ne, ne, ne, ne, ne, ne从接口继承的方法 org.elsfs.tool.sql.interfaces.Expression
expression, expression从接口继承的方法 org.elsfs.tool.sql.interfaces.single.Ge
ge, ge, ge, ge, ge, ge, geSql, geSql, geSql, geSql, geSql, geSql从接口继承的方法 org.elsfs.tool.sql.interfaces.single.Gt
gt, gt, gt, gt, gt, gt, gtSql, gtSql, gtSql, gtSql, gtSql, gtSql从接口继承的方法 org.elsfs.tool.sql.interfaces.single.In
in, in, in, in, in, in, in, in, in, in, in, in, inSql, inSql, inSql, inSql, inSql, inSql从接口继承的方法 org.elsfs.tool.sql.interfaces.single.IsNotNull
isNotNull, isNotNull, isNotNull, isNotNull, isNotNull, isNotNull从接口继承的方法 org.elsfs.tool.sql.interfaces.Join
join, join, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin从接口继承的方法 org.elsfs.tool.sql.interfaces.single.Le
le, le, le, le, le, le, leSql, leSql, leSql, leSql, leSql, leSql从接口继承的方法 org.elsfs.tool.sql.interfaces.single.LikeLeft
likeLeft, likeLeft, likeLeft, likeLeft, likeLeft, likeLeft从接口继承的方法 org.elsfs.tool.sql.interfaces.single.LikeRight
likeRight, likeRight, likeRight, likeRight, likeRight, likeRight从接口继承的方法 org.elsfs.tool.sql.singular.facade.LimitOperations
limit, limit从接口继承的方法 org.elsfs.tool.sql.interfaces.single.Lt
lt, lt, lt, lt, lt, lt, ltSql, ltSql, ltSql, ltSql, ltSql, ltSql从接口继承的方法 org.elsfs.tool.sql.interfaces.single.NotBetween
notBetween, notBetween, notBetween, notBetween, notBetween, notBetween从接口继承的方法 org.elsfs.tool.sql.interfaces.single.NotIn
notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notInSql, notInSql, notInSql, notInSql, notInSql, notInSql从接口继承的方法 org.elsfs.tool.sql.interfaces.single.NotLike
notLike, notLike, notLike, notLike, notLike, notLike从接口继承的方法 org.elsfs.tool.sql.singular.facade.QueryOperations
groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupByEnum, groupByEnum, having, having, limit, limit, offset, offset, orderBy, orderBy, orderBy, orderBy, orderBy, orderBy, orderBy, orderBy, orderBy, orderBy, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByEnum, orderByEnum, orderByEnumAsc, orderByEnumAsc, orderByEnumDesc, orderByEnumDesc, pageable, pageable, select, select, select, select, selectAs, selectAs, selectAs, selectAs从接口继承的方法 org.elsfs.tool.sql.resolve.ResolveFieldName
resolveFieldName, resolveFieldName从接口继承的方法 org.elsfs.tool.sql.interfaces.SqlFragment
buildSqlFragment
-
方法详细资料
-
clearDefaultSelectedFields
QueryAction<R> clearDefaultSelectedFields()清空默认选择字段- 返回:
- 具体实现
-
associate
快速关联实体- 参数:
relationDescriptor- 关联描述符对象- 返回:
- this
-