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