Uses of Class
org.linuxforhealth.fhir.persistence.jdbc.dto.CommonTokenValue
-
-
Uses of CommonTokenValue in org.linuxforhealth.fhir.persistence.jdbc.cache
Methods in org.linuxforhealth.fhir.persistence.jdbc.cache with parameters of type CommonTokenValue Modifier and Type Method Description void
CommonValuesCacheImpl. addTokenValue(CommonTokenValue key, long id)
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.cache with type arguments of type CommonTokenValue Modifier and Type Method Description java.util.Set<java.lang.Long>
CommonValuesCacheImpl. resolveCommonTokenValueIds(java.util.Collection<CommonTokenValue> tokenValues, java.util.Set<CommonTokenValue> misses)
java.util.Set<java.lang.Long>
CommonValuesCacheImpl. resolveCommonTokenValueIds(java.util.Collection<CommonTokenValue> tokenValues, java.util.Set<CommonTokenValue> misses)
-
Uses of CommonTokenValue in org.linuxforhealth.fhir.persistence.jdbc.dao.api
Methods in org.linuxforhealth.fhir.persistence.jdbc.dao.api with parameters of type CommonTokenValue Modifier and Type Method Description void
ICommonValuesCache. addTokenValue(CommonTokenValue key, long id)
Add the CommonTokenValue and id to the local cacheMethod parameters in org.linuxforhealth.fhir.persistence.jdbc.dao.api with type arguments of type CommonTokenValue Modifier and Type Method Description java.util.Set<java.lang.Long>
JDBCIdentityCache. getCommonTokenValueIds(java.util.Collection<CommonTokenValue> tokenValues)
Get the common_token_value_ids for the given tokenValues.java.util.Set<CommonTokenValueResult>
ICommonValuesDAO. readCommonTokenValueIds(java.util.Collection<CommonTokenValue> tokenValues)
Find database ids for a set of common token valuesjava.util.Set<java.lang.Long>
ICommonValuesCache. resolveCommonTokenValueIds(java.util.Collection<CommonTokenValue> tokenValues, java.util.Set<CommonTokenValue> misses)
Get the database common_token_value_ids for the given list of token values.java.util.Set<java.lang.Long>
ICommonValuesCache. resolveCommonTokenValueIds(java.util.Collection<CommonTokenValue> tokenValues, java.util.Set<CommonTokenValue> misses)
Get the database common_token_value_ids for the given list of token values. -
Uses of CommonTokenValue in org.linuxforhealth.fhir.persistence.jdbc.dao.impl
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.dao.impl with type arguments of type CommonTokenValue Modifier and Type Method Description java.util.Set<java.lang.Long>
JDBCIdentityCacheImpl. getCommonTokenValueIds(java.util.Collection<CommonTokenValue> tokenValues)
java.util.Set<CommonTokenValueResult>
CommonValuesDAO. readCommonTokenValueIds(java.util.Collection<CommonTokenValue> tokenValues)
-
Uses of CommonTokenValue in org.linuxforhealth.fhir.persistence.jdbc.derby
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.derby with type arguments of type CommonTokenValue Modifier and Type Method Description java.util.Set<CommonTokenValueResult>
DerbyCommonValuesDAO. readCommonTokenValueIds(java.util.Collection<CommonTokenValue> tokenValues)
-
Uses of CommonTokenValue in org.linuxforhealth.fhir.persistence.jdbc.domain
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.domain with type arguments of type CommonTokenValue Modifier and Type Method Description protected java.util.Set<java.lang.Long>
SearchQueryRenderer. getCommonTokenValueIds(java.util.Collection<CommonTokenValue> tokenValues)
Get the common token value ids for the passed list of token values {system, code}. -
Uses of CommonTokenValue in org.linuxforhealth.fhir.persistence.jdbc.dto
Methods in org.linuxforhealth.fhir.persistence.jdbc.dto with parameters of type CommonTokenValue Modifier and Type Method Description int
CommonTokenValue. compareTo(CommonTokenValue other)
-