Uses of Interface
com.blazebit.persistence.ReturningInsertCriteriaBuilder
Packages that use ReturningInsertCriteriaBuilder
-
Uses of ReturningInsertCriteriaBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return ReturningInsertCriteriaBuilderModifier and TypeMethodDescription<T> ReturningInsertCriteriaBuilder<T,X> 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.