| Package | Description |
|---|---|
| org.axonframework.common.legacyjpa | |
| org.axonframework.eventhandling.deadletter.legacyjpa | |
| org.axonframework.eventhandling.tokenstore.legacyjpa |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleEntityManagerProvider
Deprecated.
in favor of using
SimpleEntityManagerProvider which moved to
jakarta. |
| 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.