Uses of Interface
org.linuxforhealth.fhir.persistence.params.api.IBatchParameterProcessor
-
-
Uses of IBatchParameterProcessor in org.linuxforhealth.fhir.persistence.params.api
Methods in org.linuxforhealth.fhir.persistence.params.api with parameters of type IBatchParameterProcessor Modifier and Type Method Description abstract void
BatchParameterValue. apply(IBatchParameterProcessor processor)
Apply this parameter value to the target processor -
Uses of IBatchParameterProcessor in org.linuxforhealth.fhir.persistence.params.batch
Methods in org.linuxforhealth.fhir.persistence.params.batch with parameters of type IBatchParameterProcessor Modifier and Type Method Description void
BatchDateParameter. apply(IBatchParameterProcessor processor)
void
BatchLocationParameter. apply(IBatchParameterProcessor processor)
void
BatchNumberParameter. apply(IBatchParameterProcessor processor)
void
BatchProfileParameter. apply(IBatchParameterProcessor processor)
void
BatchQuantityParameter. apply(IBatchParameterProcessor processor)
void
BatchReferenceParameter. apply(IBatchParameterProcessor processor)
void
BatchSecurityParameter. apply(IBatchParameterProcessor processor)
void
BatchStringParameter. apply(IBatchParameterProcessor processor)
void
BatchTagParameter. apply(IBatchParameterProcessor processor)
void
BatchTokenParameter. apply(IBatchParameterProcessor processor)
-
Uses of IBatchParameterProcessor in org.linuxforhealth.fhir.persistence.params.database
Classes in org.linuxforhealth.fhir.persistence.params.database that implement IBatchParameterProcessor Modifier and Type Class Description class
PlainBatchParameterProcessor
Processes batched parameters by pushing the values to various JDBC statements based on the plain variant of the schema
-