Uses of Class
nl.datasteel.crudcraft.runtime.exception.BulkOperationException
Packages that use BulkOperationException
-
Uses of BulkOperationException in nl.datasteel.crudcraft.runtime.controller
Methods in nl.datasteel.crudcraft.runtime.controller with parameters of type BulkOperationExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ErrorResponse>> CrudCraftExceptionHandler.handleBulk(BulkOperationException ex, jakarta.servlet.http.HttpServletRequest req) Handles BulkOperationException and returns a 207 Multi-Status response with a list of errors.