Class ForceOffsetSearchModeInterceptor

java.lang.Object
ca.uhn.fhir.jpa.interceptor.ForceOffsetSearchModeInterceptor

This interceptor for the HAPI FHIR JPA server forces all queries to be performed as offset queries. This means that the query cache will not be used and searches will never result in any writes to the database.