Class JpaTransactionalExecutorProvider

java.lang.Object
org.axonframework.eventsourcing.eventstore.jpa.JpaTransactionalExecutorProvider
All Implemented Interfaces:
TransactionalExecutorProvider<jakarta.persistence.EntityManager>

@Internal public class JpaTransactionalExecutorProvider extends Object implements TransactionalExecutorProvider<jakarta.persistence.EntityManager>
A TransactionalExecutorProvider implementation for JPA EntityManagers which provides a TransactionalExecutor.

When a processing context is supplied, supplies the TransactionalExecutor it must contain. If no processing context is supplied, creates an executor that executes the supplied functions in their own transaction.

Since:
5.0.2
Author:
John Hendrikx