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. |
Modifier and Type | Method and Description |
---|---|
JpaEventStorageEngine.Builder |
JpaEventStorageEngine.Builder.entityManagerProvider(EntityManagerProvider entityManagerProvider)
Sets the
EntityManagerProvider which provides the EntityManager used to access the underlying
database for this EventStorageEngine implementation. |
Modifier and Type | Method and Description |
---|---|
GenericJpaRepository.Builder<T> |
GenericJpaRepository.Builder.entityManagerProvider(EntityManagerProvider entityManagerProvider)
Sets the
EntityManagerProvider which provides the EntityManager instance for this
repository. |
Modifier and Type | Method and Description |
---|---|
JpaSagaStore.Builder |
JpaSagaStore.Builder.entityManagerProvider(EntityManagerProvider entityManagerProvider)
Sets the
EntityManagerProvider which provides the EntityManager used to access the underlying
database. |
Modifier and Type | Method and Description |
---|---|
EntityManagerProvider |
JpaJavaxAutoConfiguration.entityManagerProvider()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DeadLetterQueueProviderConfigurerModule |
JpaJavaxAutoConfiguration.deadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties,
EntityManagerProvider entityManagerProvider,
TransactionManager transactionManager,
Serializer genericSerializer,
Serializer eventSerializer)
Deprecated.
|
EventStorageEngine |
JpaJavaxEventStoreAutoConfiguration.eventStorageEngine(Serializer defaultSerializer,
PersistenceExceptionResolver persistenceExceptionResolver,
Serializer eventSerializer,
Configuration configuration,
EntityManagerProvider entityManagerProvider,
TransactionManager transactionManager)
Deprecated.
|
JpaSagaStore |
JpaJavaxAutoConfiguration.sagaStore(Serializer serializer,
EntityManagerProvider entityManagerProvider)
Deprecated.
|
TokenStore |
JpaJavaxAutoConfiguration.tokenStore(Serializer serializer,
EntityManagerProvider entityManagerProvider)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerManagedEntityManagerProvider
Deprecated.
in favor of using
ContainerManagedEntityManagerProvider
which moved to jakarta. |
Copyright © 2010–2024. All rights reserved.