Uses of Interface
com.ibm.fhir.persistence.jdbc.dao.api.IParameterNameCache
-
Packages that use IParameterNameCache Package Description com.ibm.fhir.persistence.jdbc.dao.impl -
-
Uses of IParameterNameCache in com.ibm.fhir.persistence.jdbc.dao.impl
Classes in com.ibm.fhir.persistence.jdbc.dao.impl that implement IParameterNameCache Modifier and Type Class Description classParameterNameCacheAdapterAdapter to provide access to the cached parameter name ids managed by theParameterDAOimplementation.Constructors in com.ibm.fhir.persistence.jdbc.dao.impl with parameters of type IParameterNameCache Constructor Description ParameterVisitorBatchDAO(Connection c, String adminSchemaName, String tablePrefix, boolean multitenant, long logicalResourceId, int batchSize, IParameterNameCache pnc, ICodeSystemCache csc)Public constructor
-