Uses of Interface
com.blazebit.persistence.ReturningInsertCriteriaBuilder
-
Packages that use ReturningInsertCriteriaBuilder Package Description com.blazebit.persistence Blaze-Persistence is a rich Criteria API for JPA. -
-
Uses of ReturningInsertCriteriaBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return ReturningInsertCriteriaBuilder 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.
-