Interface QueryBuilder

All Superinterfaces:
FilterConditionBeginContext, PaginationContext<QueryBuilder>
All Known Subinterfaces:
FilterConditionContextQueryBuilder, RangeConditionContextQueryBuilder

Deprecated.
since 10.1. The Ickle query language is now preferred over the QueryBuilder. See QueryFactory.create(java.lang.String). The QueryBuilder and associated context interfaces will be removed in version 11.0.
A builder for Query objects. An instance of this class can be obtained from QueryFactory.
Since:
6.0
Author:
anistor@redhat.com