Uses of Interface
cool.scx.data.query.Query
Packages that use Query
Package
Description
-
Uses of Query in cool.scx.data
Methods in cool.scx.data with parameters of type QueryModifier and TypeMethodDescriptiondefault longlong删除数据Repository.find(Query query, FieldPolicy fieldPolicy) Repository.finder(Query query, FieldPolicy fieldPolicy) 创建一个数据查询器default Entitydefault EntityRepository.get(Query query, FieldPolicy fieldPolicy) default longRepository.update(FieldPolicy fieldPolicy, Query query) longRepository.update(Entity entity, FieldPolicy fieldPolicy, Query query) 更新数据default long -
Uses of Query in cool.scx.data.query
Classes in cool.scx.data.query that implement QueryModifier and TypeClassDescriptionfinal classGroupByclassLogicfinal classOrderByclassQueryImplclassQueryLikefinal classWherefinal classWhereClauseMethods in cool.scx.data.query that return QueryModifier and TypeMethodDescriptionQuery.addGroupBy(Object... groupByClauses) Query.addOrderBy(Object... orderByClauses) Query.clearGroupBy()Query.clearLimit()Query.clearOffset()Query.clearOrderBy()Query.clearWhere()static QueryQuery.limit(long numberOfRows) static QueryQueryBuilder.limit(long numberOfRows) Query.offset(long limitOffset) static QueryQueryBuilder.offset(long limitOffset) static Querystatic QueryQueryBuilder.query()static QueryQuery.removeGroupByIf(Predicate<Object> filter) QueryImpl.removeGroupByIf(Predicate<Object> filter) Query.removeOrderByIf(Predicate<Object> filter) QueryImpl.removeOrderByIf(Predicate<Object> filter) Query.removeWhereIf(Predicate<Object> filter) QueryImpl.removeWhereIf(Predicate<Object> filter) protected QueryGroupBy.toQuery()protected QueryLogic.toQuery()protected QueryOrderBy.toQuery()protected abstract QueryQueryLike.toQuery()protected QueryWhere.toQuery()protected QueryWhereClause.toQuery()static QueryMethods in cool.scx.data.query with parameters of type QueryConstructors in cool.scx.data.query with parameters of type Query -
Uses of Query in cool.scx.data.query.parser
Methods in cool.scx.data.query.parser with parameters of type QueryModifier and TypeMethodDescriptionprotected String[]GroupByParser.parseQuery(Query q) protected String[]OrderByParser.parseQuery(Query q) protected WhereClauseWhereParser.parseQuery(Query query) -
Uses of Query in cool.scx.data.query.serializer
Methods in cool.scx.data.query.serializer that return QueryModifier and TypeMethodDescriptionQueryDeserializer.deserializeQuery(com.fasterxml.jackson.databind.JsonNode objectNode) Methods in cool.scx.data.query.serializer with parameters of type Query