Uses of Class
org.linuxforhealth.fhir.persistence.jdbc.dao.api.LogicalResourceIdentKey
-
Packages that use LogicalResourceIdentKey Package Description org.linuxforhealth.fhir.persistence.jdbc.cache org.linuxforhealth.fhir.persistence.jdbc.dao.api -
-
Uses of LogicalResourceIdentKey in org.linuxforhealth.fhir.persistence.jdbc.cache
Methods in org.linuxforhealth.fhir.persistence.jdbc.cache with parameters of type LogicalResourceIdentKey Modifier and Type Method Description void
LogicalResourceIdentCacheImpl. addRecord(LogicalResourceIdentKey key, long id)
-
Uses of LogicalResourceIdentKey in org.linuxforhealth.fhir.persistence.jdbc.dao.api
Subclasses of LogicalResourceIdentKey in org.linuxforhealth.fhir.persistence.jdbc.dao.api Modifier and Type Class Description class
LogicalResourceIdentValue
Represents a record in logical_resource_identMethods in org.linuxforhealth.fhir.persistence.jdbc.dao.api with parameters of type LogicalResourceIdentKey Modifier and Type Method Description void
ILogicalResourceIdentCache. addRecord(LogicalResourceIdentKey key, long id)
Add the LogicalResourceIdent key and id to the local cache
-