Uses of Interface
dev.getelements.elements.sdk.dao.Transaction
Packages that use Transaction
Package
Description
-
Uses of Transaction in dev.getelements.elements.dao.mongo.guice
Classes in dev.getelements.elements.dao.mongo.guice that implement TransactionMethods in dev.getelements.elements.dao.mongo.guice that return Transaction -
Uses of Transaction in dev.getelements.elements.sdk.dao
Method parameters in dev.getelements.elements.sdk.dao with type arguments of type TransactionModifier and TypeMethodDescriptiondefault <T> T
Transaction.performAndClose
(Function<Transaction, T> op) Performs the operation on thisTransaction
, processing the result and returning the result of the operation.default void
Transaction.performAndCloseV
(Consumer<Transaction> op) Performs the operation on thisTransaction
, processing the result and returning the result of the operation. -
Uses of Transaction in dev.getelements.elements.service.mission
Methods in dev.getelements.elements.service.mission that return types with arguments of type TransactionModifier and TypeMethodDescriptionjakarta.inject.Provider
<Transaction> SuperUserScheduleEventService.getTransactionProvider()
jakarta.inject.Provider
<Transaction> SuperUserScheduleService.getTransactionProvider()
jakarta.inject.Provider
<Transaction> UserScheduleProgressService.getTransactionProvider()
Method parameters in dev.getelements.elements.service.mission with type arguments of type TransactionModifier and TypeMethodDescriptionvoid
SuperUserScheduleEventService.setTransactionProvider
(jakarta.inject.Provider<Transaction> transactionProvider) void
SuperUserScheduleService.setTransactionProvider
(jakarta.inject.Provider<Transaction> transactionProvider) void
UserScheduleProgressService.setTransactionProvider
(jakarta.inject.Provider<Transaction> transactionProvider)