T - The type of the interface that the delete builder implements. This is used for the fluent API.public abstract class AbstractDeleteBuilderImpl<T> extends AbstractQueryBuilderImpl<T>
queryWhere| Constructor and Description |
|---|
AbstractDeleteBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
T |
endGroup()
This operation is *NOT* supported on delete queries,
because String based query building would be way too much work,
especially in comparison to the JPA Criteria infrastructure we have for normal queries.
|
T |
newGroup()
This operation is *NOT* supported on delete queries,
because String based query building would be way too much work,
especially in comparison to the JPA Criteria infrastructure we have for normal queries.
|
addIntParameter, addLongParameter, addObjectParameter, addRangeParameter, addRangeParameters, and, clear, equals, getQueryWhere, intersect, like, maxResults, offset, or, regex, unionpublic T newGroup()
newGroup in class AbstractQueryBuilderImpl<T>public T endGroup()
endGroup in class AbstractQueryBuilderImpl<T>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.