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
Methods in com.ibm.fhir.persistence.jdbc.util with parameters of type JDBCIdentityCache Modifier and Type Method Description static com.ibm.fhir.persistence.jdbc.util.QuerySegmentAggregator
QuerySegmentAggregatorFactory. buildQuerySegmentAggregator(Class<?> resourceType, int offset, int pageSize, ParameterDAO parameterDao, ResourceDAO resourceDao, FHIRSearchContext searchContext, boolean includeQuery, QueryHints queryHints, JDBCIdentityCache identityCache)
Deprecated.Instantiates and returns a QuerySegmentAggregator instance based on the passed parameters.Constructors in com.ibm.fhir.persistence.jdbc.util with parameters of type JDBCIdentityCache Constructor Description InclusionQuerySegmentAggregator(Class<?> resourceType, int offset, int pageSize, ParameterDAO parameterDao, ResourceDAO resourceDao, QueryHints queryHints, JDBCIdentityCache identityCache)
Deprecated.JDBCQueryBuilder(ParameterDAO parameterDao, ResourceDAO resourceDao, QueryHints queryHints, JDBCIdentityCache identityCache)
Deprecated.Public constructorNewQueryBuilder(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)
-