Uses of Package
org.axonframework.modelling.repository
Packages that use org.axonframework.modelling.repository
Package
Description
Classes related to event sourcing.
-
Classes in org.axonframework.modelling.repository used by org.axonframework.eventsourcingClassDescriptionA wrapper around an entity whose lifecycle is being managed by an
Repository.TheRepositoryprovides an abstraction for the storage of entities.Specialization of theRepositoryinterface that must be implemented by all implementations of theRepository. -
Classes in org.axonframework.modelling.repository used by org.axonframework.modellingClassDescriptionA wrapper around an entity whose lifecycle is being managed by an
Repository.TheRepositoryprovides an abstraction for the storage of entities.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. -
Classes in org.axonframework.modelling.repository used by org.axonframework.modelling.configurationClassDescriptionThe
Repositoryprovides an abstraction for the storage of entities.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. -
Classes in org.axonframework.modelling.repository used by org.axonframework.modelling.entity
-
Classes in org.axonframework.modelling.repository used by org.axonframework.modelling.repositoryClassDescriptionA wrapper around an entity whose lifecycle is being managed by an
Repository.TheRepositoryprovides an abstraction for the storage of entities.Specialization of theRepositoryinterface that must be implemented by all implementations of theRepository.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.