| Package | Description |
|---|---|
| org.axonframework.common.jpa | |
| org.axonframework.eventhandling.deadletter.jpa | |
| org.axonframework.eventhandling.tokenstore.jpa |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleEntityManagerProvider
Simple implementation of the EntityManagerProvider that returns the EntityManager instance provided at construction
time.
|
| Modifier and Type | Method and Description |
|---|---|
JpaSequencedDeadLetterQueue.Builder<T> |
JpaSequencedDeadLetterQueue.Builder.entityManagerProvider(EntityManagerProvider entityManagerProvider)
Sets the
EntityManagerProvider which provides the EntityManager used to access the underlying
database for this JpaSequencedDeadLetterQueue implementation. |
| Modifier and Type | Method and Description |
|---|---|
JpaTokenStore.Builder |
JpaTokenStore.Builder.entityManagerProvider(EntityManagerProvider entityManagerProvider)
Sets the
EntityManagerProvider which provides the EntityManager used to access the
underlying database. |
Copyright © 2010–2025. All rights reserved.