
Package ca.uhn.fhir.jpa.model.listener
Class IndexStorageOptimizationListener
java.lang.Object
ca.uhn.fhir.jpa.model.listener.IndexStorageOptimizationListener
Sets
SP_NAME, RES_TYPE
column values to null for all HFJ_SPIDX tables
if storage setting StorageSettings.isIndexStorageOptimized()
is enabled.
Sets SP_UPDATED
column value to null for all HFJ_SPIDX tables.
Using EntityListener to change HFJ_SPIDX column values right before insert/update to database.
SeeStorageSettings.setIndexStorageOptimized(boolean)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexStorageOptimizationListener
-
-
Method Details
-
optimizeSearchParams
-