Uses of Interface
com.blazebit.persistence.ReturningUpdateCriteriaBuilder
Packages that use ReturningUpdateCriteriaBuilder
-
Uses of ReturningUpdateCriteriaBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return ReturningUpdateCriteriaBuilderModifier and TypeMethodDescription<T> ReturningUpdateCriteriaBuilder<T,X> LikeReturningModificationCriteriaBuilderFactory.update(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> ReturningUpdateCriteriaBuilder<T,X> Creates a new update criteria builder for the given entity class.<T> ReturningUpdateCriteriaBuilder<T,X> ReturningModificationCriteriaBuilderFactory.updateCollection(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> ReturningUpdateCriteriaBuilder<T,X> ReturningModificationCriteriaBuilderFactory.updateCollection(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.