| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ReturningResult<T> |
ModificationCriteriaBuilder.executeWithReturning(ReturningObjectBuilder<T> objectBuilder)
Executes the modification query and returns an object consisting of the attributes applied by the object builder.
|
<T> javax.persistence.TypedQuery<ReturningResult<T>> |
ModificationCriteriaBuilder.getWithReturningQuery(ReturningObjectBuilder<T> objectBuilder)
Creates a query that contains the modification query and returns an object consisting of the attributes applied by the object builder.
|
Copyright © 2014–2017 Blazebit. All rights reserved.