Package org.infinispan.query.dsl
Interface QueryBuilder
- All Superinterfaces:
FilterConditionBeginContext
,PaginationContext<QueryBuilder>
- All Known Subinterfaces:
FilterConditionContextQueryBuilder
,RangeConditionContextQueryBuilder
@Deprecated
public interface QueryBuilder
extends FilterConditionBeginContext, PaginationContext<QueryBuilder>
Deprecated.
A builder for
Query
objects. An instance of this class can be obtained from QueryFactory
.- Since:
- 6.0
- Author:
- anistor@redhat.com
-
Method Summary
Modifier and TypeMethodDescription<T> Query<T>
build()
Deprecated.Builds the query object.Deprecated.Deprecated.Deprecated.orderBy
(Expression expression) Deprecated.orderBy
(Expression expression, SortOrder sortOrder) Deprecated.Deprecated.select
(Expression... projection) Deprecated.Methods inherited from interface org.infinispan.query.dsl.FilterConditionBeginContext
having, having, not, not
Methods inherited from interface org.infinispan.query.dsl.PaginationContext
maxResults, startOffset
-
Method Details
-
orderBy
Deprecated. -
orderBy
Deprecated. -
orderBy
Deprecated. -
orderBy
Deprecated. -
select
Deprecated. -
select
Deprecated. -
groupBy
Deprecated. -
build
Deprecated.Builds the query object. Once built, the query is immutable (except for the named parameters).- Returns:
- the Query
-
QueryBuilder
. SeeQueryFactory.create(java.lang.String)
. TheQueryBuilder
and associated context interfaces will be removed in version 11.0.