Uses of Interface
com.ibm.fhir.persistence.jdbc.dao.api.JDBCIdentityCache
-
Packages that use JDBCIdentityCache Package Description com.ibm.fhir.persistence.jdbc.dao.impl com.ibm.fhir.persistence.jdbc.domain com.ibm.fhir.persistence.jdbc.util com.ibm.fhir.persistence.jdbc.util.type -
-
Uses of JDBCIdentityCache in com.ibm.fhir.persistence.jdbc.dao.impl
Classes in com.ibm.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 needConstructors in com.ibm.fhir.persistence.jdbc.dao.impl with parameters of type JDBCIdentityCache Constructor Description ParameterVisitorBatchDAO(Connection c, String adminSchemaName, String tablePrefix, boolean multitenant, long logicalResourceId, int batchSize, JDBCIdentityCache identityCache, IResourceReferenceDAO resourceReferenceDAO, ParameterTransactionDataImpl ptdi)
Public constructor -
Uses of JDBCIdentityCache in com.ibm.fhir.persistence.jdbc.domain
Constructors in com.ibm.fhir.persistence.jdbc.domain with parameters of type JDBCIdentityCache Constructor Description SearchQueryRenderer(JDBCIdentityCache identityCache, int rowOffset, int rowsPerPage)
Public constructor -
Uses of JDBCIdentityCache in com.ibm.fhir.persistence.jdbc.util
Constructors in com.ibm.fhir.persistence.jdbc.util with parameters of type JDBCIdentityCache Constructor Description NewQueryBuilder(QueryHints queryHints, JDBCIdentityCache identityCache)
Public constructor -
Uses of JDBCIdentityCache in com.ibm.fhir.persistence.jdbc.util.type
Constructors in com.ibm.fhir.persistence.jdbc.util.type with parameters of type JDBCIdentityCache Constructor Description NewQuantityParmBehaviorUtil(JDBCIdentityCache identityCache)
-