Uses of Class
org.linuxforhealth.fhir.persistence.jdbc.dao.impl.ResourceReferenceValueRec
-
Packages that use ResourceReferenceValueRec Package Description org.linuxforhealth.fhir.persistence.jdbc.cache org.linuxforhealth.fhir.persistence.jdbc.dao.api org.linuxforhealth.fhir.persistence.jdbc.impl -
-
Uses of ResourceReferenceValueRec in org.linuxforhealth.fhir.persistence.jdbc.cache
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.cache with type arguments of type ResourceReferenceValueRec Modifier and Type Method Description void
LogicalResourceIdentCacheImpl. resolveReferenceValues(java.util.Collection<ResourceReferenceValueRec> values, java.util.List<ResourceReferenceValueRec> misses)
void
LogicalResourceIdentCacheImpl. resolveReferenceValues(java.util.Collection<ResourceReferenceValueRec> values, java.util.List<ResourceReferenceValueRec> misses)
-
Uses of ResourceReferenceValueRec in org.linuxforhealth.fhir.persistence.jdbc.dao.api
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.dao.api with type arguments of type ResourceReferenceValueRec Modifier and Type Method Description void
ILogicalResourceIdentCache. resolveReferenceValues(java.util.Collection<ResourceReferenceValueRec> referenceValues, java.util.List<ResourceReferenceValueRec> misses)
Lookup all the database values we have cached for the given collection.void
ILogicalResourceIdentCache. resolveReferenceValues(java.util.Collection<ResourceReferenceValueRec> referenceValues, java.util.List<ResourceReferenceValueRec> misses)
Lookup all the database values we have cached for the given collection. -
Uses of ResourceReferenceValueRec in org.linuxforhealth.fhir.persistence.jdbc.impl
Methods in org.linuxforhealth.fhir.persistence.jdbc.impl with parameters of type ResourceReferenceValueRec Modifier and Type Method Description void
ParameterTransactionDataImpl. addReferenceValue(ResourceReferenceValueRec rec)
Add the record to the list of reference values being accumulated in this transaction
-