| Package | Description |
|---|---|
| org.axonframework.common.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 |
|---|---|
JpaTokenStore.Builder |
JpaTokenStore.Builder.entityManagerProvider(EntityManagerProvider entityManagerProvider)
Sets the
EntityManagerProvider which provides the EntityManager used to access the
underlying database. |
Copyright © 2010–2022. All rights reserved.