Uses of Class
org.axonframework.modelling.command.inspection.AnnotatedAggregate
Packages that use AnnotatedAggregate
Package
Description
Classes related to event sourcing.
-
Uses of AnnotatedAggregate in org.axonframework.eventsourcing
Subclasses of AnnotatedAggregate in org.axonframework.eventsourcingModifier and TypeClassDescriptionclassImplementation of anAggregatethat is sourced from events that have been published by the aggregate. -
Uses of AnnotatedAggregate in org.axonframework.modelling.command
Methods in org.axonframework.modelling.command that return AnnotatedAggregateModifier and TypeMethodDescriptionprotected AnnotatedAggregate<T> GenericJpaRepository.doCreateNewForLock(Callable<T> factoryMethod) protected AnnotatedAggregate<T> GenericJpaRepository.doLoadWithLock(String aggregateIdentifier, Long expectedVersion) Methods in org.axonframework.modelling.command with parameters of type AnnotatedAggregateModifier and TypeMethodDescriptionprotected voidGenericJpaRepository.doDeleteWithLock(AnnotatedAggregate<T> aggregate) protected voidGenericJpaRepository.doSaveWithLock(AnnotatedAggregate<T> aggregate) -
Uses of AnnotatedAggregate in org.axonframework.modelling.command.inspection
Methods in org.axonframework.modelling.command.inspection that return AnnotatedAggregateModifier and TypeMethodDescriptionstatic <T> AnnotatedAggregate<T> AnnotatedAggregate.initialize(Callable<T> aggregateFactory, AggregateModel<T> aggregateModel, EventBus eventBus) Initialize an aggregate created by the givenaggregateFactorywhich is described in the givenaggregateModel.static <T> AnnotatedAggregate<T> AnnotatedAggregate.initialize(Callable<T> aggregateFactory, AggregateModel<T> aggregateModel, EventBus eventBus, boolean generateSequences) Initialize an aggregate created by the givenaggregateFactorywhich is described in the givenaggregateModel.static <T> AnnotatedAggregate<T> AnnotatedAggregate.initialize(Callable<T> aggregateFactory, AggregateModel<T> aggregateModel, EventBus eventBus, RepositoryProvider repositoryProvider) Initialize an aggregate created by the givenaggregateFactorywhich is described in the givenaggregateModel.static <T> AnnotatedAggregate<T> AnnotatedAggregate.initialize(Callable<T> aggregateFactory, AggregateModel<T> aggregateModel, EventBus eventBus, RepositoryProvider repositoryProvider, boolean generateSequences) Initialize an aggregate created by the givenaggregateFactorywhich is described in the givenaggregateModel.static <T> AnnotatedAggregate<T> AnnotatedAggregate.initialize(T aggregateRoot, AggregateModel<T> aggregateModel, EventBus eventBus) Initialize an aggregate with the givenaggregateRootwhich is described in the givenaggregateModel.static <T> AnnotatedAggregate<T> AnnotatedAggregate.initialize(T aggregateRoot, AggregateModel<T> aggregateModel, EventBus eventBus, RepositoryProvider repositoryProvider) Initialize an aggregate with the givenaggregateRootwhich is described in the givenaggregateModel. -
Uses of AnnotatedAggregate in org.axonframework.modelling.command.legacyjpa
Methods in org.axonframework.modelling.command.legacyjpa that return AnnotatedAggregateModifier and TypeMethodDescriptionprotected AnnotatedAggregate<T> GenericJpaRepository.doCreateNewForLock(Callable<T> factoryMethod) Deprecated.protected AnnotatedAggregate<T> GenericJpaRepository.doLoadWithLock(String aggregateIdentifier, Long expectedVersion) Deprecated.Methods in org.axonframework.modelling.command.legacyjpa with parameters of type AnnotatedAggregateModifier and TypeMethodDescriptionprotected voidGenericJpaRepository.doDeleteWithLock(AnnotatedAggregate<T> aggregate) Deprecated.protected voidGenericJpaRepository.doSaveWithLock(AnnotatedAggregate<T> aggregate) Deprecated.