
Uses of Interface
ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService.IExecutionCallable
Packages that use IHapiTransactionService.IExecutionCallable
-
Uses of IHapiTransactionService.IExecutionCallable in ca.uhn.fhir.jpa.dao.tx
Methods in ca.uhn.fhir.jpa.dao.tx with parameters of type IHapiTransactionService.IExecutionCallableModifier and TypeMethodDescription<T> THapiTransactionService.ExecutionBuilder.read(IHapiTransactionService.IExecutionCallable<T> theCallback) <T> TIHapiTransactionService.IExecutionBuilder.read(IHapiTransactionService.IExecutionCallable<T> theCallback) Read query path.<T> Stream<T> HapiTransactionService.ExecutionBuilder.search(IHapiTransactionService.IExecutionCallable<Stream<T>> theCallback) <T> Stream<T> IHapiTransactionService.IExecutionBuilder.search(IHapiTransactionService.IExecutionCallable<Stream<T>> theCallback) Search for open Stream.<T> List<T> HapiTransactionService.ExecutionBuilder.searchList(IHapiTransactionService.IExecutionCallable<List<T>> theCallback) <T> List<T> IHapiTransactionService.IExecutionBuilder.searchList(IHapiTransactionService.IExecutionCallable<List<T>> theCallback) Search for concrete List.