| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Method | 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–2020 Blazebit. All rights reserved.