T - The type of ParametrizedQueryBuilder instance being implemented. This type
is here to facilitate the building of a fluent interface.R - The type of the result list being returned by the generated ParametrizedQuerypublic interface ExtendedParametrizedQueryBuilder<T,R> extends ParametrizedQueryBuilder<T>
ParametrizedQueryBuilder implementations.
It includes the basic query functions.| Modifier and Type | Method and Description |
|---|---|
ParametrizedQuery<R> |
build()
Create the
ParametrizedQuery instance that can be used
to retrieve the results, a List instance. |
T |
endGroup()
Query criteria which are added to the query after this method
are "AND" or "intersection" criteria.
|
T |
newGroup()
Query criteria which are added to the query after this method
are "AND" or "intersection" criteria.
|
T newGroup()
T endGroup()
ParametrizedQuery<R> build()
ParametrizedQuery instance that can be used
to retrieve the results, a List instance.
Further modifications to the TaskQueryBuilder instance
will not affect the query criteria used in the ParametrizedQuery
produced by this method.Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.