Uses of Interface
com.ibm.fhir.persistence.jdbc.connection.QueryHints
-
Packages that use QueryHints Package Description com.ibm.fhir.persistence.jdbc.connection com.ibm.fhir.persistence.jdbc.util -
-
Uses of QueryHints in com.ibm.fhir.persistence.jdbc.connection
Classes in com.ibm.fhir.persistence.jdbc.connection that implement QueryHints Modifier and Type Class Description classFHIRDbConnectionStrategyBaseCommon base for multi-tenant connection strategy implementationsclassFHIRDbTenantDatasourceConnectionStrategyHides the logic behind obtaining a JDBCConnectionfrom the DAO code.Methods in com.ibm.fhir.persistence.jdbc.connection that return QueryHints Modifier and Type Method Description QueryHintsFHIRDbConnectionStrategy. getQueryHints()Append the given hint to FHIR search queriesQueryHintsFHIRDbConnectionStrategyBase. getQueryHints()QueryHintsFHIRDbTestConnectionStrategy. getQueryHints() -
Uses of QueryHints in com.ibm.fhir.persistence.jdbc.util
Methods in com.ibm.fhir.persistence.jdbc.util with parameters of type QueryHints Modifier and Type Method Description static QuerySegmentAggregatorQuerySegmentAggregatorFactory. 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 QueryHints 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 constructorQuerySegmentAggregator(Class<?> resourceType, int offset, int pageSize, ParameterDAO parameterDao, ResourceDAO resourceDao, QueryHints queryHints)Constructs a new QueryBuilderHelperSortedQuerySegmentAggregator(Class<?> resourceType, int offset, int pageSize, ParameterDAO parameterDao, ResourceDAO resourceDao, List<SortParameter> sortParms, QueryHints queryHints)Constructs a new SortedQuerySegmentAggregator
-