Package ca.uhn.fhir.jpa.dao.index
Class DaoSearchParamSynchronizer
java.lang.Object
ca.uhn.fhir.jpa.dao.index.DaoSearchParamSynchronizer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEntityManager
(jakarta.persistence.EntityManager theEntityManager) void
setStorageSettings
(JpaStorageSettings theStorageSettings) static <T> List
<T> subtract
(Collection<T> theSubtractFrom, Collection<T> theToSubtract) synchronizeSearchParamsToDatabase
(ResourceIndexedSearchParams theParams, ResourceTable theEntity, ResourceIndexedSearchParams existingParams)
-
Field Details
-
myEntityManager
-
-
Constructor Details
-
DaoSearchParamSynchronizer
public DaoSearchParamSynchronizer()
-
-
Method Details
-
synchronizeSearchParamsToDatabase
public AddRemoveCount synchronizeSearchParamsToDatabase(ResourceIndexedSearchParams theParams, ResourceTable theEntity, ResourceIndexedSearchParams existingParams) -
setEntityManager
-
setStorageSettings
-
subtract
-