Uses of Interface
com.blazebit.persistence.InsertCriteriaBuilder
Packages that use InsertCriteriaBuilder
-
Uses of InsertCriteriaBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return InsertCriteriaBuilderModifier and TypeMethodDescription<T> InsertCriteriaBuilder<T>Creates a new insert criteria builder for the given entity class.<T> InsertCriteriaBuilder<T>CriteriaBuilderFactory.insertCollection(javax.persistence.EntityManager entityManager, 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.