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> TTransaction.performAndClose(Function<Transaction, T> op) Performs the operation on thisTransaction, processing the result and returning the result of the operation.default voidTransaction.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 TypeMethodDescriptionvoidSuperUserScheduleEventService.setTransactionProvider(jakarta.inject.Provider<Transaction> transactionProvider) voidSuperUserScheduleService.setTransactionProvider(jakarta.inject.Provider<Transaction> transactionProvider) voidUserScheduleProgressService.setTransactionProvider(jakarta.inject.Provider<Transaction> transactionProvider)