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 void
CommonValuesCacheImpl. resolveCodeSystems(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)
void
CommonValuesCacheImpl. resolveCodeSystems(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)
void
CommonValuesCacheImpl. resolveTokenValues(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)
void
CommonValuesCacheImpl. 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 void
ICommonValuesCache. 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.void
ICommonValuesCache. 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.void
ICommonValuesCache. resolveTokenValues(java.util.Collection<ResourceTokenValueRec> tokenValues, java.util.List<ResourceTokenValueRec> misses)
Look up the ids for the common token values.void
ICommonValuesCache. 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 void
ParameterTransactionDataImpl. addSecurityValue(ResourceTokenValueRec rec)
Add the given security parameter record to the list of records being accumulated in the transaction data.void
ParameterTransactionDataImpl. addTagValue(ResourceTokenValueRec rec)
Add the given tag parameter record to the list of records being accumulated in this transaction data.void
ParameterTransactionDataImpl. 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 void
FHIRPersistenceJDBCImpl. 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.
-