Package ca.uhn.fhir.jpa.interceptor
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.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ForceOffsetSearchModeInterceptor
public ForceOffsetSearchModeInterceptor()
-
-
Method Details
-
setDefaultCount
-
storagePreSearchRegistered
-