Package org.axonframework.modelling.repository
package org.axonframework.modelling.repository
-
ClassDescriptionRepository implementation that ensures safe concurrent access to entities stored in it.InMemoryRepository<ID,
E> In-memory implementation of theRepositoryinterface that stores entities in aConcurrentHashMap.ManagedEntity<ID,E> A wrapper around an entity whose lifecycle is being managed by anRepository.Repository<ID,E> TheRepositoryprovides an abstraction for the storage of entities.Specialization of theRepositoryinterface that must be implemented by all implementations of theRepository.SimpleRepository<ID,E> Simple implementation of anRepositorythat can load and persist entities of a given type.Functional interface describing a component capable of loading an entity with the given identifier for theSimpleRepository.Functional interface describing a component capable of persisting an entity with given identifier for theSimpleRepository.