Uses of Interface
org.linuxforhealth.fhir.persistence.jdbc.dao.api.ILogicalResourceIdentCache
-
Packages that use ILogicalResourceIdentCache Package Description org.linuxforhealth.fhir.persistence.jdbc org.linuxforhealth.fhir.persistence.jdbc.cache -
-
Uses of ILogicalResourceIdentCache in org.linuxforhealth.fhir.persistence.jdbc
Methods in org.linuxforhealth.fhir.persistence.jdbc that return ILogicalResourceIdentCache Modifier and Type Method Description ILogicalResourceIdentCache
FHIRPersistenceJDBCCache. getLogicalResourceIdentCache()
Getter for the cache handling lookups for logical_resource_id values -
Uses of ILogicalResourceIdentCache in org.linuxforhealth.fhir.persistence.jdbc.cache
Classes in org.linuxforhealth.fhir.persistence.jdbc.cache that implement ILogicalResourceIdentCache Modifier and Type Class Description class
LogicalResourceIdentCacheImpl
Implementation of a cache used for lookups of entities related to local and external resource referencesMethods in org.linuxforhealth.fhir.persistence.jdbc.cache that return ILogicalResourceIdentCache Modifier and Type Method Description ILogicalResourceIdentCache
FHIRPersistenceJDBCCacheImpl. getLogicalResourceIdentCache()
Constructors in org.linuxforhealth.fhir.persistence.jdbc.cache with parameters of type ILogicalResourceIdentCache Constructor Description FHIRPersistenceJDBCCacheImpl(INameIdCache<java.lang.Integer> resourceTypeCache, IIdNameCache<java.lang.Integer> resourceTypeNameCache, INameIdCache<java.lang.Integer> parameterNameCache, ICommonValuesCache commonValuesCache, ILogicalResourceIdentCache logicalResourceIdentCache)
Public constructor
-