JpaEventStoreAutoConfiguration which moved to jakarta.@Deprecated @AutoConfiguration @ConditionalOnBean(value=javax.persistence.EntityManagerFactory.class) @AutoConfigureBefore(value={JpaEventStoreAutoConfiguration.class,JdbcAutoConfiguration.class}) @ConditionalOnMissingBean(value={org.axonframework.eventsourcing.eventstore.EventStorageEngine.class,org.axonframework.eventhandling.EventBus.class}) @AutoConfigureAfter(value={AxonServerAutoConfiguration.class,JpaJavaxAutoConfiguration.class}) public class JpaJavaxEventStoreAutoConfiguration extends Object
| Constructor and Description |
|---|
JpaJavaxEventStoreAutoConfiguration()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.axonframework.eventsourcing.eventstore.EventStorageEngine |
eventStorageEngine(org.axonframework.serialization.Serializer defaultSerializer,
org.axonframework.common.jdbc.PersistenceExceptionResolver persistenceExceptionResolver,
org.axonframework.serialization.Serializer eventSerializer,
org.axonframework.config.Configuration configuration,
org.axonframework.common.legacyjpa.EntityManagerProvider entityManagerProvider,
org.axonframework.common.transaction.TransactionManager transactionManager)
Deprecated.
|
public JpaJavaxEventStoreAutoConfiguration()
@Bean
public org.axonframework.eventsourcing.eventstore.EventStorageEngine eventStorageEngine(org.axonframework.serialization.Serializer defaultSerializer,
org.axonframework.common.jdbc.PersistenceExceptionResolver persistenceExceptionResolver,
@Qualifier(value="eventSerializer")
org.axonframework.serialization.Serializer eventSerializer,
org.axonframework.config.Configuration configuration,
org.axonframework.common.legacyjpa.EntityManagerProvider entityManagerProvider,
org.axonframework.common.transaction.TransactionManager transactionManager)
Copyright © 2010–2023. All rights reserved.