Uses of Interface
com.blazebit.persistence.UpdateCriteriaBuilder
Packages that use UpdateCriteriaBuilder
-
Uses of UpdateCriteriaBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return UpdateCriteriaBuilderModifier and TypeMethodDescription<T> UpdateCriteriaBuilder<T>LikeCriteriaBuilderFactory.update(javax.persistence.EntityManager, java.lang.Class, java.lang.String)but with the alias equivalent to the camel cased result of whatClass.getSimpleName()of the update class returns.<T> UpdateCriteriaBuilder<T>CriteriaBuilderFactory.update(javax.persistence.EntityManager entityManager, Class<T> updateClass, String alias) Creates a new update criteria builder for the given entity class.<T> UpdateCriteriaBuilder<T>CriteriaBuilderFactory.updateCollection(javax.persistence.EntityManager entityManager, Class<T> updateOwnerClass, String collectionName) LikeCriteriaBuilderFactory.updateCollection(javax.persistence.EntityManager, java.lang.Class, java.lang.String, java.lang.String)but with the alias equivalent to the camel cased result of whatClass.getSimpleName()of the delete owner class returns.<T> UpdateCriteriaBuilder<T>CriteriaBuilderFactory.updateCollection(javax.persistence.EntityManager entityManager, Class<T> updateOwnerClass, String alias, String collectionName) Creates a new update criteria builder for the given entity class and collection name to update elements of the entity class's collection.