
Uses of Interface
ca.uhn.fhir.jpa.api.pid.StreamTemplate
Packages that use StreamTemplate
-
Uses of StreamTemplate in ca.uhn.fhir.jpa.api.pid
Methods in ca.uhn.fhir.jpa.api.pid that return StreamTemplateModifier 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.Constructors in ca.uhn.fhir.jpa.api.pid with parameters of type StreamTemplateModifierConstructorDescriptionTypedResourceStream(RequestPartitionId theRequestPartitionId, StreamTemplate<TypedResourcePid> theStreamSupplier)