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 voidBatchParameterValue. 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 voidBatchDateParameter. apply(IBatchParameterProcessor processor)voidBatchLocationParameter. apply(IBatchParameterProcessor processor)voidBatchNumberParameter. apply(IBatchParameterProcessor processor)voidBatchProfileParameter. apply(IBatchParameterProcessor processor)voidBatchQuantityParameter. apply(IBatchParameterProcessor processor)voidBatchReferenceParameter. apply(IBatchParameterProcessor processor)voidBatchSecurityParameter. apply(IBatchParameterProcessor processor)voidBatchStringParameter. apply(IBatchParameterProcessor processor)voidBatchTagParameter. apply(IBatchParameterProcessor processor)voidBatchTokenParameter. 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 classPlainBatchParameterProcessorProcesses batched parameters by pushing the values to various JDBC statements based on the plain variant of the schema
-