
Package ca.uhn.fhir.jpa.interceptor
-
Class Summary Class Description CascadingDeleteInterceptor Interceptor that allows for cascading deletes (deletes that resolve constraint issues).JpaConsentContextServices JpaPreResourceAccessDetails THIS CLASS IS NOT THREAD SAFEOverridePathBasedReferentialIntegrityForDeletesInterceptor This JPA interceptor can be configured with a collection of FHIRPath expressions, and will disable referential integrity for target resources at those paths.PerformanceTracingLoggingInterceptor Logs details about the executed queryUserRequestRetryVersionConflictsInterceptor This interceptor looks for a header on incoming requests calledX-Retry-On-Version-Conflict
and if present, it will instruct the server to automatically retry JPA server operations that would have otherwise failed with aResourceVersionConflictException
(HTTP 409).