Uses of Interface
org.axonframework.modelling.repository.Repository.LifecycleManagement
Packages that use Repository.LifecycleManagement
Package
Description
Classes related to event sourcing.
-
Uses of Repository.LifecycleManagement in org.axonframework.eventsourcing
Classes in org.axonframework.eventsourcing that implement Repository.LifecycleManagementModifier and TypeClassDescriptionclassEventSourcingRepository<ID,E> Repositoryimplementation that loads entities based on their historic event streams, provided by anEventStore. -
Uses of Repository.LifecycleManagement in org.axonframework.modelling.repository
Classes in org.axonframework.modelling.repository that implement Repository.LifecycleManagementModifier and TypeClassDescriptionclassRepository implementation that ensures safe concurrent access to entities stored in it.classInMemoryRepository<ID,E> In-memory implementation of theRepositoryinterface that stores entities in aConcurrentHashMap.classSimpleRepository<ID,E> Simple implementation of anRepositorythat can load and persist entities of a given type.Constructors in org.axonframework.modelling.repository with parameters of type Repository.LifecycleManagementModifierConstructorDescriptionInitialize the repository to serialize access to givendelegate.