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
Constructors in com.ibm.fhir.persistence.jdbc.util with parameters of type QueryHints Constructor Description NewQueryBuilder(QueryHints queryHints, JDBCIdentityCache identityCache)Public constructor 
 -