Uses of Class
org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine
Packages that use AbstractEventStorageEngine
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 AbstractEventStorageEngine in org.axonframework.eventsourcing.eventstore
Subclasses of AbstractEventStorageEngine in org.axonframework.eventsourcing.eventstoreModifier and TypeClassDescriptionclassAbstractEventStorageEngineimplementation that fetches events in batches from the backing database. -
Uses of AbstractEventStorageEngine in org.axonframework.eventsourcing.eventstore.jdbc
Modifier and TypeClassDescriptionclassAnEventStorageEngineimplementation that uses JDBC to store and fetch events. -
Uses of AbstractEventStorageEngine in org.axonframework.eventsourcing.eventstore.jpa
Subclasses of AbstractEventStorageEngine in org.axonframework.eventsourcing.eventstore.jpaModifier and TypeClassDescriptionclassEventStorageEngine implementation that uses JPA to store and fetch events. -
Uses of AbstractEventStorageEngine in org.axonframework.eventsourcing.eventstore.legacyjpa
JpaEventStorageEnginewhich moved to jakarta.