Uses of Interface
org.axonframework.common.tx.TransactionalExecutor
Packages that use TransactionalExecutor
Package
Description
JDBC utilities and connection handling.
JPA utilities and entity management helpers.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of TransactionalExecutor in org.axonframework.common.jdbc
Classes in org.axonframework.common.jdbc that implement TransactionalExecutorModifier and TypeClassDescriptionclassATransactionalExecutorimplementation for JDBCConnections. -
Uses of TransactionalExecutor in org.axonframework.common.jpa
Classes in org.axonframework.common.jpa that implement TransactionalExecutorModifier and TypeClassDescriptionclassATransactionalExecutorimplementation forEntityManagers. -
Uses of TransactionalExecutor in org.axonframework.messaging.core.unitofwork.transaction
Methods in org.axonframework.messaging.core.unitofwork.transaction that return TransactionalExecutorModifier and TypeMethodDescriptionTransactionalExecutorProvider.getTransactionalExecutor(@Nullable ProcessingContext processingContext) Provides aTransactionalExecutor, using the optional processing context. -
Uses of TransactionalExecutor in org.axonframework.messaging.core.unitofwork.transaction.jdbc
Methods in org.axonframework.messaging.core.unitofwork.transaction.jdbc that return TransactionalExecutorModifier and TypeMethodDescriptionJdbcTransactionalExecutorProvider.getTransactionalExecutor(@Nullable ProcessingContext processingContext) -
Uses of TransactionalExecutor in org.axonframework.messaging.core.unitofwork.transaction.jpa
Methods in org.axonframework.messaging.core.unitofwork.transaction.jpa that return TransactionalExecutorModifier and TypeMethodDescriptionTransactionalExecutor<jakarta.persistence.EntityManager> JpaTransactionalExecutorProvider.getTransactionalExecutor(@Nullable ProcessingContext processingContext) -
Uses of TransactionalExecutor in org.axonframework.messaging.eventhandling.deadletter.jdbc
Constructors in org.axonframework.messaging.eventhandling.deadletter.jdbc with parameters of type TransactionalExecutorModifierConstructorDescriptionPagingJdbcIterable(TransactionalExecutor<Connection> executor, PagingJdbcIterable.PagingStatementSupplier pagingQuerySupplier, int pageSize, Duration queryTimeout, JdbcUtils.SqlResultConverter<R> resultConverter, Function<SQLException, RuntimeException> errorHandler) Construct a newIterableof typeR, utilizing paging queries to retrieve the entries.PagingJdbcIterable(TransactionalExecutor<Connection> executor, PagingJdbcIterable.PagingStatementSupplier pagingQuerySupplier, int pageSize, JdbcUtils.SqlResultConverter<R> resultConverter, Function<SQLException, RuntimeException> errorHandler) Construct a newIterableof typeR, utilizing paging queries to retrieve the entries.