Uses of Interface
org.linuxforhealth.fhir.persistence.jdbc.dao.api.JDBCIdentityCache
-
-
Uses of JDBCIdentityCache in org.linuxforhealth.fhir.persistence.jdbc.dao.impl
Classes in org.linuxforhealth.fhir.persistence.jdbc.dao.impl that implement JDBCIdentityCache Modifier and Type Class Description class
JDBCIdentityCacheImpl
Pulls together the DAOs and tenant-specific cache to provide a single place where we can look up the identity of various records we need -
Uses of JDBCIdentityCache in org.linuxforhealth.fhir.persistence.jdbc.domain
Constructors in org.linuxforhealth.fhir.persistence.jdbc.domain with parameters of type JDBCIdentityCache Constructor Description SearchQueryRenderer(IDatabaseTranslator translator, JDBCIdentityCache identityCache, int rowOffset, int rowsPerPage, boolean includeResourceData, SchemaType schemaType)
Public constructor -
Uses of JDBCIdentityCache in org.linuxforhealth.fhir.persistence.jdbc.util
Constructors in org.linuxforhealth.fhir.persistence.jdbc.util with parameters of type JDBCIdentityCache Constructor Description NewQueryBuilder(IDatabaseTranslator translator, QueryHints queryHints, JDBCIdentityCache identityCache)
Public constructor -
Uses of JDBCIdentityCache in org.linuxforhealth.fhir.persistence.jdbc.util.type
Constructors in org.linuxforhealth.fhir.persistence.jdbc.util.type with parameters of type JDBCIdentityCache Constructor Description NewQuantityParmBehaviorUtil(JDBCIdentityCache identityCache)
-