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 voidCommonTokenValuesCacheImpl. 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 voidICommonTokenValuesCache. 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 voidResourceReferenceDAO. 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 voidDb2ResourceReferenceDAO. 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 voidDerbyResourceReferenceDAO. 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 voidPostgresResourceReferenceDAO. doCommonTokenValuesUpsert(String paramList, Collection<CommonTokenValue> tokenValues)
-