Uses of Interface
org.axonframework.common.jdbc.PersistenceExceptionResolver
Packages that use PersistenceExceptionResolver
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
JDBC Implementation of the EventStore.
JPA Implementation of the EventStore.
-
Uses of PersistenceExceptionResolver in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore with parameters of type PersistenceExceptionResolverModifier and TypeMethodDescriptionAbstractEventStorageEngine.Builder.persistenceExceptionResolver(PersistenceExceptionResolver persistenceExceptionResolver) Sets thePersistenceExceptionResolverused to detect concurrency exceptions from the backing database.BatchingEventStorageEngine.Builder.persistenceExceptionResolver(PersistenceExceptionResolver persistenceExceptionResolver) -
Uses of PersistenceExceptionResolver in org.axonframework.eventsourcing.eventstore.jdbc
Classes in org.axonframework.eventsourcing.eventstore.jdbc 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.Methods in org.axonframework.eventsourcing.eventstore.jdbc with parameters of type PersistenceExceptionResolverModifier and TypeMethodDescriptionJdbcEventStorageEngine.Builder.persistenceExceptionResolver(PersistenceExceptionResolver persistenceExceptionResolver) Sets thePersistenceExceptionResolverused to detect concurrency exceptions from the backing database. -
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 with parameters of type PersistenceExceptionResolverModifier and TypeMethodDescriptionJpaEventStorageEngine.Builder.persistenceExceptionResolver(PersistenceExceptionResolver persistenceExceptionResolver) -
Uses of PersistenceExceptionResolver in org.axonframework.eventsourcing.eventstore.legacyjpa
Classes in org.axonframework.eventsourcing.eventstore.legacyjpa that implement PersistenceExceptionResolverMethods in org.axonframework.eventsourcing.eventstore.legacyjpa with parameters of type PersistenceExceptionResolverModifier and TypeMethodDescriptionJpaEventStorageEngine.Builder.persistenceExceptionResolver(PersistenceExceptionResolver persistenceExceptionResolver) -
Uses of PersistenceExceptionResolver in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return PersistenceExceptionResolverModifier and TypeMethodDescriptionJdbcAutoConfiguration.jdbcSQLErrorCodesResolver()JpaAutoConfiguration.persistenceExceptionResolver(DataSource dataSource) Methods in org.axonframework.springboot.autoconfig with parameters of type PersistenceExceptionResolverModifier and TypeMethodDescriptionJdbcAutoConfiguration.eventStorageEngine(Serializer defaultSerializer, PersistenceExceptionResolver persistenceExceptionResolver, Serializer eventSerializer, Configuration configuration, ConnectionProvider connectionProvider, TransactionManager transactionManager, EventSchema eventSchema) JpaEventStoreAutoConfiguration.eventStorageEngine(Serializer defaultSerializer, PersistenceExceptionResolver persistenceExceptionResolver, Serializer eventSerializer, Configuration configuration, EntityManagerProvider entityManagerProvider, TransactionManager transactionManager) -
Uses of PersistenceExceptionResolver in org.axonframework.springboot.autoconfig.legacyjpa
Methods in org.axonframework.springboot.autoconfig.legacyjpa that return PersistenceExceptionResolverModifier and TypeMethodDescriptionJpaJavaxAutoConfiguration.persistenceExceptionResolver(DataSource dataSource) Deprecated.Methods in org.axonframework.springboot.autoconfig.legacyjpa with parameters of type PersistenceExceptionResolverModifier and TypeMethodDescriptionJpaJavaxEventStoreAutoConfiguration.eventStorageEngine(Serializer defaultSerializer, PersistenceExceptionResolver persistenceExceptionResolver, Serializer eventSerializer, Configuration configuration, EntityManagerProvider entityManagerProvider, TransactionManager transactionManager) Deprecated.
SQLErrorCodesResolverwhich moved to jakarta.