Uses of Package
org.axonframework.modelling.entity.child
Packages that use org.axonframework.modelling.entity.child
Package
Description
-
Classes in org.axonframework.modelling.entity.child used by org.axonframework.modelling.entityClassDescriptionInterface describing a child
EntityMetamodelthat can be handled in the context of its parent. -
Classes in org.axonframework.modelling.entity.child used by org.axonframework.modelling.entity.annotationClassDescriptionResolves the target child entity for a given command message.Interface describing a child
EntityMetamodelthat can be handled in the context of its parent.Functional interface that determines if a given entity should be targeted for a specificEventMessage. -
Classes in org.axonframework.modelling.entity.child used by org.axonframework.modelling.entity.childClassDescriptionAbstract
EntityChildMetamodelthat implements common functionality for most implementations.Functional interface describing how to get the child entity (or entity collection), and apply the evolved child entity (or entities in case of a collection) to the parent entity.Resolves the target child entity for a given command message.Interface describing a childEntityMetamodelthat can be handled in the context of its parent.Functional interface that determines if a given entity should be targeted for a specificEventMessage.AnEntityChildMetamodelthat handles commands and events for a list of child entities.Builder for creating aListEntityChildMetamodelfor the given parent class and child entity metamodel.AnEntityChildMetamodelthat handles commands and events for a single child entity.Builder for creating aSingleEntityChildMetamodelfor the given parent class and child entity metamodel.