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)
Method parameters in com.ibm.fhir.persistence.jdbc.cache with type arguments of type CommonTokenValue Modifier and Type Method Description Set<Long>
CommonTokenValuesCacheImpl. resolveCommonTokenValueIds(Collection<CommonTokenValue> tokenValues, Set<CommonTokenValue> misses)
Set<Long>
CommonTokenValuesCacheImpl. resolveCommonTokenValueIds(Collection<CommonTokenValue> tokenValues, Set<CommonTokenValue> misses)
-
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 cacheMethod parameters in com.ibm.fhir.persistence.jdbc.dao.api with type arguments of type CommonTokenValue Modifier and Type Method Description Set<Long>
JDBCIdentityCache. getCommonTokenValueIds(Collection<CommonTokenValue> tokenValues)
Get the common_token_value_ids for the given tokenValues.Set<CommonTokenValueResult>
IResourceReferenceDAO. readCommonTokenValueIds(Collection<CommonTokenValue> tokenValues)
Find database ids for a set of common token valuesSet<Long>
ICommonTokenValuesCache. resolveCommonTokenValueIds(Collection<CommonTokenValue> tokenValues, Set<CommonTokenValue> misses)
Get the database common_token_value_ids for the given list of token values.Set<Long>
ICommonTokenValuesCache. resolveCommonTokenValueIds(Collection<CommonTokenValue> tokenValues, Set<CommonTokenValue> misses)
Get the database common_token_value_ids for the given list of token values. -
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> sortedTokenValues)
Execute the insert (upsert) into the common_token_values table for the given collection of values.Set<Long>
JDBCIdentityCacheImpl. getCommonTokenValueIds(Collection<CommonTokenValue> tokenValues)
Set<CommonTokenValueResult>
ResourceReferenceDAO. readCommonTokenValueIds(Collection<CommonTokenValue> tokenValues)
-
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> sortedTokenValues)
-
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> sortedTokenValues)
Set<CommonTokenValueResult>
DerbyResourceReferenceDAO. readCommonTokenValueIds(Collection<CommonTokenValue> tokenValues)
-
Uses of CommonTokenValue in com.ibm.fhir.persistence.jdbc.domain
Method parameters in com.ibm.fhir.persistence.jdbc.domain with type arguments of type CommonTokenValue Modifier and Type Method Description protected Set<Long>
SearchQueryRenderer. getCommonTokenValueIds(Collection<CommonTokenValue> tokenValues)
Get the common token value ids for the passed list of token values {system, code}. -
Uses of CommonTokenValue in com.ibm.fhir.persistence.jdbc.dto
Methods in com.ibm.fhir.persistence.jdbc.dto with parameters of type CommonTokenValue Modifier and Type Method Description int
CommonTokenValue. compareTo(CommonTokenValue other)
-
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> sortedTokenValues)
-