JpaAutoConfiguration which moved to jakarta.@Deprecated @AutoConfiguration @ConditionalOnBean(value=javax.persistence.EntityManagerFactory.class) @EnableConfigurationProperties(value=TokenStoreProperties.class) @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration.class) @AutoConfigureBefore(value={JpaAutoConfiguration.class,JdbcAutoConfiguration.class}) public class JpaJavaxAutoConfiguration extends Object
| Constructor and Description |
|---|
JpaJavaxAutoConfiguration(TokenStoreProperties tokenStoreProperties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DeadLetterQueueProviderConfigurerModule |
deadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties,
org.axonframework.common.legacyjpa.EntityManagerProvider entityManagerProvider,
org.axonframework.common.transaction.TransactionManager transactionManager,
org.axonframework.serialization.Serializer genericSerializer,
org.axonframework.serialization.Serializer eventSerializer)
Deprecated.
|
org.axonframework.common.legacyjpa.EntityManagerProvider |
entityManagerProvider()
Deprecated.
|
org.axonframework.common.jdbc.PersistenceExceptionResolver |
persistenceExceptionResolver(DataSource dataSource)
Deprecated.
|
org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore |
sagaStore(org.axonframework.serialization.Serializer serializer,
org.axonframework.common.legacyjpa.EntityManagerProvider entityManagerProvider)
Deprecated.
|
org.axonframework.eventhandling.tokenstore.TokenStore |
tokenStore(org.axonframework.serialization.Serializer serializer,
org.axonframework.common.legacyjpa.EntityManagerProvider entityManagerProvider)
Deprecated.
|
public JpaJavaxAutoConfiguration(TokenStoreProperties tokenStoreProperties)
@Bean @ConditionalOnMissingBean public org.axonframework.common.legacyjpa.EntityManagerProvider entityManagerProvider()
@Bean
@ConditionalOnMissingBean
public org.axonframework.eventhandling.tokenstore.TokenStore tokenStore(org.axonframework.serialization.Serializer serializer,
org.axonframework.common.legacyjpa.EntityManagerProvider entityManagerProvider)
@Lazy
@Bean
@ConditionalOnMissingBean(value=org.axonframework.modelling.saga.repository.SagaStore.class)
public org.axonframework.modelling.saga.repository.legacyjpa.JpaSagaStore sagaStore(org.axonframework.serialization.Serializer serializer,
org.axonframework.common.legacyjpa.EntityManagerProvider entityManagerProvider)
@Bean @ConditionalOnMissingBean @ConditionalOnBean(value=javax.sql.DataSource.class) public org.axonframework.common.jdbc.PersistenceExceptionResolver persistenceExceptionResolver(DataSource dataSource) throws SQLException
SQLException@Bean @ConditionalOnMissingBean public DeadLetterQueueProviderConfigurerModule deadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties, org.axonframework.common.legacyjpa.EntityManagerProvider entityManagerProvider, org.axonframework.common.transaction.TransactionManager transactionManager, org.axonframework.serialization.Serializer genericSerializer, @Qualifier(value="eventSerializer") org.axonframework.serialization.Serializer eventSerializer)
Copyright © 2010–2024. All rights reserved.