Uses of Interface
com.blazebit.persistence.UpdateCriteriaBuilder
-
Uses of UpdateCriteriaBuilder in com.blazebit.persistence
Modifier 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.