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 class
JDBCParameterCacheAdapter
An adapter to implement theIParameterIdentityCache
using 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 IParameterIdentityCache
ParameterValueCollector. identityCache
Constructors 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 IParameterIdentityCache
PlainParamValueProcessor. identityCache
Constructors 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
-