Uses of Interface
ca.uhn.fhir.jpa.api.pid.StreamTemplate
-
Uses of StreamTemplate in ca.uhn.fhir.jpa.api.pid
Modifier and TypeMethodDescriptionstatic <ST> StreamTemplate
<ST> StreamTemplate.fromSupplier
(Supplier<Stream<ST>> theStreamQuery) Wrap the supplied stream as a StreamTemplate in a try-with-resources block to ensure it is closed.default StreamTemplate
<T> StreamTemplate.withTransactionAdvice
(org.springframework.transaction.support.TransactionOperations theTxBuilder) Wrap this template with a transaction boundary.ModifierConstructorDescriptionTypedResourceStream
(RequestPartitionId theRequestPartitionId, StreamTemplate<TypedResourcePid> theStreamSupplier)