Uses of Class
org.linuxforhealth.fhir.persistence.jdbc.dao.impl.ResourceTokenValueRec
- 
Packages that use ResourceTokenValueRec Package Description org.linuxforhealth.fhir.persistence.jdbc.cache org.linuxforhealth.fhir.persistence.jdbc.dao.api org.linuxforhealth.fhir.persistence.jdbc.impl  - 
- 
Uses of ResourceTokenValueRec in org.linuxforhealth.fhir.persistence.jdbc.cache
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.cache with type arguments of type ResourceTokenValueRec Modifier and Type Method Description voidCommonValuesCacheImpl. resolveCodeSystems(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)voidCommonValuesCacheImpl. resolveCodeSystems(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)voidCommonValuesCacheImpl. resolveTokenValues(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)voidCommonValuesCacheImpl. resolveTokenValues(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses) - 
Uses of ResourceTokenValueRec in org.linuxforhealth.fhir.persistence.jdbc.dao.api
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.dao.api with type arguments of type ResourceTokenValueRec Modifier and Type Method Description voidICommonValuesCache. resolveCodeSystems(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)Lookup all the database values we have cached for the code-system names in the given collection.voidICommonValuesCache. resolveCodeSystems(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)Lookup all the database values we have cached for the code-system names in the given collection.voidICommonValuesCache. resolveTokenValues(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)Look up the ids for the common token values.voidICommonValuesCache. resolveTokenValues(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)Look up the ids for the common token values. - 
Uses of ResourceTokenValueRec in org.linuxforhealth.fhir.persistence.jdbc.impl
Methods in org.linuxforhealth.fhir.persistence.jdbc.impl with parameters of type ResourceTokenValueRec Modifier and Type Method Description voidParameterTransactionDataImpl. addSecurityValue(ResourceTokenValueRec rec)Add the given security parameter record to the list of records being accumulated in the transaction data.voidParameterTransactionDataImpl. addTagValue(ResourceTokenValueRec rec)Add the given tag parameter record to the list of records being accumulated in this transaction data.voidParameterTransactionDataImpl. addValue(ResourceTokenValueRec rec)Add this record to the list of records being accumulated in this transactionMethod parameters in org.linuxforhealth.fhir.persistence.jdbc.impl with type arguments of type ResourceTokenValueRec Modifier and Type Method Description voidFHIRPersistenceJDBCImpl. onCommit(java.util.Collection<ResourceTokenValueRec> records, java.util.Collection<ResourceReferenceValueRec> referenceRecords, java.util.Collection<ResourceProfileRec> profileRecs, java.util.Collection<ResourceTokenValueRec> tagRecs, java.util.Collection<ResourceTokenValueRec> securityRecs)Called just prior to commit so that we can persist all the token value records that have been accumulated during the transaction. 
 -