Uses of Interface
org.axonframework.common.jdbc.PersistenceExceptionResolver
Packages that use PersistenceExceptionResolver
Package
Description
JDBC utilities and connection handling.
Part of the Axon Eventsourcing module.
Part of the Axon Extension module.
-
Uses of PersistenceExceptionResolver in org.axonframework.common.jdbc
Classes in org.axonframework.common.jdbc that implement PersistenceExceptionResolverModifier and TypeClassDescriptionclassJdbcSQLErrorCodesResolveris an implementation ofPersistenceExceptionResolverused to resolve SQL error codes to see if it is a duplicate key constraint violation. -
Uses of PersistenceExceptionResolver in org.axonframework.eventsourcing.eventstore.jpa
Classes in org.axonframework.eventsourcing.eventstore.jpa that implement PersistenceExceptionResolverModifier and TypeClassDescriptionclassSQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if it is an duplicate key constraint violation.classSQLStateResolver is an implementation of PersistenceExceptionResolver used to resolve sql state values to see if it violates a unique key constraint.Methods in org.axonframework.eventsourcing.eventstore.jpa that return PersistenceExceptionResolverModifier and TypeMethodDescription@Nullable PersistenceExceptionResolverAggregateBasedJpaEventStorageEngineConfiguration.persistenceExceptionResolver()Returns the value of thepersistenceExceptionResolverrecord component.Methods in org.axonframework.eventsourcing.eventstore.jpa with parameters of type PersistenceExceptionResolverModifier and TypeMethodDescriptionAggregateBasedJpaEventStorageEngineConfiguration.persistenceExceptionResolver(@Nullable PersistenceExceptionResolver persistenceExceptionResolver) Sets thePersistenceExceptionResolverused to detect concurrency exceptions from the backing database.Constructors in org.axonframework.eventsourcing.eventstore.jpa with parameters of type PersistenceExceptionResolverModifierConstructorDescriptionAggregateBasedJpaEventStorageEngineConfiguration(@Nullable PersistenceExceptionResolver persistenceExceptionResolver, Predicate<List<? extends AggregateEventEntry>> finalBatchPredicate, EventCoordinator eventCoordinator, int batchSize, int gapCleaningThreshold, int maxGapOffset, long lowestGlobalSequence, int gapTimeout) Compact constructor validating that the givenkeyandvalueare notnull. -
Uses of PersistenceExceptionResolver in org.axonframework.extension.springboot.autoconfig
Methods in org.axonframework.extension.springboot.autoconfig that return PersistenceExceptionResolverModifier and TypeMethodDescriptionJdbcAutoConfiguration.persistenceExceptionResolver()Provides aPersistenceExceptionResolverthat detects duplicate key violations from JDBCSQLIntegrityConstraintViolationExceptionexceptions.JpaAutoConfiguration.persistenceExceptionResolver(DataSource dataSource) Provides a persistence exception resolver for a data source.JpaEventStoreAutoConfiguration.AggregateBasedJpaEventStorageEngineConfigurationEnhancer.persistenceExceptionResolver()Returns the value of thepersistenceExceptionResolverrecord component.Methods in org.axonframework.extension.springboot.autoconfig with parameters of type PersistenceExceptionResolverModifier 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 PersistenceExceptionResolverModifierConstructorDescriptionAggregateBasedJpaEventStorageEngineConfigurationEnhancer(JpaEventStorageEngineConfigurationProperties properties, jakarta.persistence.EntityManagerFactory factory, PersistenceExceptionResolver persistenceExceptionResolver) Creates an instance of aAggregateBasedJpaEventStorageEngineConfigurationEnhancerrecord class.