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.util -
-
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.util
Methods in com.ibm.fhir.persistence.jdbc.util with parameters of type JDBCIdentityCache Modifier and Type Method Description static QuerySegmentAggregator
QuerySegmentAggregatorFactory. buildQuerySegmentAggregator(Class<?> resourceType, int offset, int pageSize, ParameterDAO parameterDao, ResourceDAO resourceDao, FHIRSearchContext searchContext, boolean includeQuery, QueryHints queryHints, JDBCIdentityCache identityCache)
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)
JDBCQueryBuilder(ParameterDAO parameterDao, ResourceDAO resourceDao, QueryHints queryHints, JDBCIdentityCache identityCache)
Public constructor
-