| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T> ReturningInsertCriteriaBuilder<T,X> |
ReturningModificationCriteriaBuilderFactory.insert(Class<T> insertClass) |
Creates a new insert criteria builder for the given entity class.
|
<T> ReturningInsertCriteriaBuilder<T,X> |
ReturningModificationCriteriaBuilderFactory.insertCollection(Class<T> insertOwnerClass,
String collectionName) |
Creates a new insert criteria builder for the given entity class and collection name to update elements of the
entity class's collection.
|
Copyright © 2014–2020 Blazebit. All rights reserved.