Uses of Class
com.ibm.fhir.persistence.jdbc.dto.CommonTokenValue
-
-
Uses of CommonTokenValue in com.ibm.fhir.persistence.jdbc.cache
Methods in com.ibm.fhir.persistence.jdbc.cache with parameters of type CommonTokenValue Modifier and Type Method Description void
CommonTokenValuesCacheImpl. addTokenValue(CommonTokenValue key, long id)
-
Uses of CommonTokenValue in com.ibm.fhir.persistence.jdbc.dao.api
Methods in com.ibm.fhir.persistence.jdbc.dao.api with parameters of type CommonTokenValue Modifier and Type Method Description void
ICommonTokenValuesCache. addTokenValue(CommonTokenValue key, long id)
Add the CommonTokenValue and id to the local cache -
Uses of CommonTokenValue in com.ibm.fhir.persistence.jdbc.dao.impl
Method parameters in com.ibm.fhir.persistence.jdbc.dao.impl with type arguments of type CommonTokenValue Modifier and Type Method Description protected abstract void
ResourceReferenceDAO. doCommonTokenValuesUpsert(String paramList, Collection<CommonTokenValue> tokenValues)
Execute the insert (upsert) into the common_token_values table for the given collection of values. -
Uses of CommonTokenValue in com.ibm.fhir.persistence.jdbc.db2
Method parameters in com.ibm.fhir.persistence.jdbc.db2 with type arguments of type CommonTokenValue Modifier and Type Method Description protected void
Db2ResourceReferenceDAO. doCommonTokenValuesUpsert(String paramList, Collection<CommonTokenValue> tokenValues)
-
Uses of CommonTokenValue in com.ibm.fhir.persistence.jdbc.derby
Method parameters in com.ibm.fhir.persistence.jdbc.derby with type arguments of type CommonTokenValue Modifier and Type Method Description protected void
DerbyResourceReferenceDAO. doCommonTokenValuesUpsert(String paramList, Collection<CommonTokenValue> tokenValues)
-
Uses of CommonTokenValue in com.ibm.fhir.persistence.jdbc.postgres
Method parameters in com.ibm.fhir.persistence.jdbc.postgres with type arguments of type CommonTokenValue Modifier and Type Method Description protected void
PostgresResourceReferenceDAO. doCommonTokenValuesUpsert(String paramList, Collection<CommonTokenValue> tokenValues)
-