X - The concrete builder typepublic interface ModificationCriteriaBuilder<X extends ModificationCriteriaBuilder<X>> extends CommonQueryBuilder<X>, BaseModificationCriteriaBuilder<X>, CTEBuilder<X>
| Modifier and Type | Method and Description |
|---|---|
int |
executeUpdate()
Execute this modification statement and return the number of affected entities.
|
<T> ReturningResult<T> |
executeWithReturning(ReturningObjectBuilder<T> objectBuilder) |
ReturningResult<javax.persistence.Tuple> |
executeWithReturning(String... attributes) |
<T> ReturningResult<T> |
executeWithReturning(String attribute,
Class<T> type) |
javax.persistence.Query |
getQuery()
Returns the JPA query for the built query.
|
String |
getQueryString()
Returns the query string for the built query.
|
containsParameter, getCriteriaBuilderFactory, getMetamodel, getParameter, getParameters, getParameterValue, getProperties, getService, isParameterSet, setParameter, setParameter, setParameter, setProperties, setPropertywhereOrwhere, whereCase, whereExists, whereNotExists, whereSimpleCase, whereSubquery, whereSubquerywith, withRecursive, withReturning, withStartSetString getQueryString()
javax.persistence.Query getQuery()
int executeUpdate()
ReturningResult<javax.persistence.Tuple> executeWithReturning(String... attributes)
<T> ReturningResult<T> executeWithReturning(String attribute, Class<T> type)
<T> ReturningResult<T> executeWithReturning(ReturningObjectBuilder<T> objectBuilder)
Copyright © 2016 Blazebit. All Rights Reserved.