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