Uses of Class
org.axonframework.extension.springboot.JpaEventStorageEngineConfigurationProperties
Packages that use JpaEventStorageEngineConfigurationProperties
-
Uses of JpaEventStorageEngineConfigurationProperties in org.axonframework.extension.springboot.autoconfig
Methods in org.axonframework.extension.springboot.autoconfig that return JpaEventStorageEngineConfigurationPropertiesModifier and TypeMethodDescriptionJpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer.properties()Returns the value of thepropertiesrecord component.Methods in org.axonframework.extension.springboot.autoconfig with parameters of type JpaEventStorageEngineConfigurationPropertiesModifier and TypeMethodDescriptionJpaEventStoreAutoConfiguration.aggregateBasedJpaEventStorageEngine(jakarta.persistence.EntityManagerFactory entityManagerFactory, PersistenceExceptionResolver persistenceExceptionResolver, JpaEventStorageEngineConfigurationProperties jpaEventStorageEngineConfigurationProperties) Creates an aggregate-based JPA event storage engine enhancer.Constructors in org.axonframework.extension.springboot.autoconfig with parameters of type JpaEventStorageEngineConfigurationPropertiesModifierConstructorDescriptionAggregateBasedJpaEventStorageEngineConfigurationEnhancer(JpaEventStorageEngineConfigurationProperties properties, jakarta.persistence.EntityManagerFactory factory, PersistenceExceptionResolver persistenceExceptionResolver) Creates an instance of aAggregateBasedJpaEventStorageEngineConfigurationEnhancerrecord class.