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 class
FHIRDbConnectionStrategyBase
Common base for multi-tenant connection strategy implementationsclass
FHIRDbTenantDatasourceConnectionStrategy
Hides the logic behind obtaining a JDBCConnection
from the DAO code.Methods in com.ibm.fhir.persistence.jdbc.connection that return QueryHints Modifier and Type Method Description QueryHints
FHIRDbConnectionStrategy. getQueryHints()
Append the given hint to FHIR search queriesQueryHints
FHIRDbConnectionStrategyBase. getQueryHints()
QueryHints
FHIRDbTestConnectionStrategy. 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 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 QueryHints 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 constructorQuerySegmentAggregator(Class<?> resourceType, int offset, int pageSize, ParameterDAO parameterDao, ResourceDAO resourceDao, QueryHints queryHints)
Deprecated.Constructs a new QueryBuilderHelperSortedQuerySegmentAggregator(Class<?> resourceType, int offset, int pageSize, ParameterDAO parameterDao, ResourceDAO resourceDao, List<SortParameter> sortParms, QueryHints queryHints)
Deprecated.Constructs a new SortedQuerySegmentAggregator
-