Uses of Interface
org.linuxforhealth.fhir.persistence.params.api.IParameterIdentityCache
-
-
Uses of IParameterIdentityCache in org.linuxforhealth.fhir.persistence.jdbc.util
Classes in org.linuxforhealth.fhir.persistence.jdbc.util that implement IParameterIdentityCache Modifier and Type Class Description classJDBCParameterCacheAdapterAn adapter to implement theIParameterIdentityCacheusing theFHIRPersistenceJDBCCache -
Uses of IParameterIdentityCache in org.linuxforhealth.fhir.persistence.params.batch
Fields in org.linuxforhealth.fhir.persistence.params.batch declared as IParameterIdentityCache Modifier and Type Field Description protected IParameterIdentityCacheParameterValueCollector. identityCacheConstructors in org.linuxforhealth.fhir.persistence.params.batch with parameters of type IParameterIdentityCache Constructor Description ParameterValueCollector(IParameterIdentityCache identityCache) -
Uses of IParameterIdentityCache in org.linuxforhealth.fhir.persistence.params.database
Fields in org.linuxforhealth.fhir.persistence.params.database declared as IParameterIdentityCache Modifier and Type Field Description protected IParameterIdentityCachePlainParamValueProcessor. identityCacheConstructors in org.linuxforhealth.fhir.persistence.params.database with parameters of type IParameterIdentityCache Constructor Description DistributedPostgresParamValueProcessor(java.sql.Connection connection, java.lang.String schemaName, IParameterIdentityCache cache)Public constructorPlainDerbyParamValueProcessor(java.sql.Connection connection, java.lang.String schemaName, IParameterIdentityCache cache)Public constructorPlainParamValueProcessor(IDatabaseTranslator translator, java.sql.Connection connection, java.lang.String schemaName, IParameterIdentityCache cache)Public constructorPlainPostgresParamValueProcessor(java.sql.Connection connection, java.lang.String schemaName, IParameterIdentityCache cache)Public constructor
-