Uses of Class
org.linuxforhealth.fhir.persistence.jdbc.dto.ResourceReferenceValue
- 
- 
Uses of ResourceReferenceValue in org.linuxforhealth.fhir.persistence.jdbc.dao.api
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.dao.api with type arguments of type ResourceReferenceValue Modifier and Type Method Description java.util.Set<java.lang.Long>JDBCIdentityCache. getLogicalResourceIds(java.util.Collection<ResourceReferenceValue> referenceValues)Get the logical_resource_ids for the given referenceValues. - 
Uses of ResourceReferenceValue in org.linuxforhealth.fhir.persistence.jdbc.dao.impl
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.dao.impl with type arguments of type ResourceReferenceValue Modifier and Type Method Description java.util.Set<java.lang.Long>JDBCIdentityCacheImpl. getLogicalResourceIds(java.util.Collection<ResourceReferenceValue> referenceValues) - 
Uses of ResourceReferenceValue in org.linuxforhealth.fhir.persistence.jdbc.domain
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.domain with type arguments of type ResourceReferenceValue Modifier and Type Method Description protected java.util.Set<java.lang.Long>SearchQueryRenderer. getLogicalResourceIds(java.util.Collection<ResourceReferenceValue> referenceValues)Obtain the logical_resource_id values for each of the given ResourceReferenceValues. - 
Uses of ResourceReferenceValue in org.linuxforhealth.fhir.persistence.jdbc.dto
Methods in org.linuxforhealth.fhir.persistence.jdbc.dto with parameters of type ResourceReferenceValue Modifier and Type Method Description intResourceReferenceValue. compareTo(ResourceReferenceValue other) 
 -