Uses of Interface
org.linuxforhealth.fhir.persistence.jdbc.dao.api.IIdNameCache
-
Packages that use IIdNameCache Package Description org.linuxforhealth.fhir.persistence.jdbc org.linuxforhealth.fhir.persistence.jdbc.cache -
-
Uses of IIdNameCache in org.linuxforhealth.fhir.persistence.jdbc
Methods in org.linuxforhealth.fhir.persistence.jdbc that return IIdNameCache Modifier and Type Method Description IIdNameCache<java.lang.Integer>
FHIRPersistenceJDBCCache. getResourceTypeNameCache()
Getter for the cache of resource type ids used to look up resource type name -
Uses of IIdNameCache in org.linuxforhealth.fhir.persistence.jdbc.cache
Classes in org.linuxforhealth.fhir.persistence.jdbc.cache that implement IIdNameCache Modifier and Type Class Description class
IdNameCache<T>
Methods in org.linuxforhealth.fhir.persistence.jdbc.cache that return IIdNameCache Modifier and Type Method Description IIdNameCache<java.lang.Integer>
FHIRPersistenceJDBCCacheImpl. getResourceTypeNameCache()
Constructors in org.linuxforhealth.fhir.persistence.jdbc.cache with parameters of type IIdNameCache Constructor Description FHIRPersistenceJDBCCacheImpl(INameIdCache<java.lang.Integer> resourceTypeCache, IIdNameCache<java.lang.Integer> resourceTypeNameCache, INameIdCache<java.lang.Integer> parameterNameCache, ICommonValuesCache commonValuesCache, ILogicalResourceIdentCache logicalResourceIdentCache)
Public constructor
-