Uses of Interface
com.blazebit.persistence.ReturningObjectBuilder
Packages that use ReturningObjectBuilder
-
Uses of ReturningObjectBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence with parameters of type ReturningObjectBuilderModifier and TypeMethodDescription<T> ReturningResult<T>ModificationCriteriaBuilder.executeWithReturning(ReturningObjectBuilder<T> objectBuilder) Executes the modification query and returns an object consisting of the attributes applied by the object builder.<T> javax.persistence.TypedQuery<ReturningResult<T>>ModificationCriteriaBuilder.getWithReturningQuery(ReturningObjectBuilder<T> objectBuilder) Creates a query that contains the modification query and returns an object consisting of the attributes applied by the object builder.