| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ReturningResult<T> |
ModificationCriteriaBuilder.executeWithReturning(ReturningObjectBuilder<T> objectBuilder) |
ReturningResult<javax.persistence.Tuple> |
ModificationCriteriaBuilder.executeWithReturning(String... attributes) |
<T> ReturningResult<T> |
ModificationCriteriaBuilder.executeWithReturning(String attribute,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
<T> javax.persistence.TypedQuery<ReturningResult<T>> |
ModificationCriteriaBuilder.getWithReturningQuery(ReturningObjectBuilder<T> objectBuilder) |
javax.persistence.TypedQuery<ReturningResult<javax.persistence.Tuple>> |
ModificationCriteriaBuilder.getWithReturningQuery(String... attributes) |
<T> javax.persistence.TypedQuery<ReturningResult<T>> |
ModificationCriteriaBuilder.getWithReturningQuery(String attribute,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
ReturningResult<Object[]> |
ExtendedQuerySupport.executeReturning(ServiceProvider serviceProvider,
List<javax.persistence.Query> participatingQueries,
javax.persistence.Query exampleQuery,
String sqlOverride) |
Copyright © 2016 Blazebit. All Rights Reserved.