Uses of Interface
org.axonframework.modelling.entity.child.EntityChildMetamodel
Packages that use EntityChildMetamodel
Package
Description
-
Uses of EntityChildMetamodel in org.axonframework.modelling.entity
Methods in org.axonframework.modelling.entity with parameters of type EntityChildMetamodelModifier and TypeMethodDescriptionEntityMetamodelBuilder.addChild(EntityChildMetamodel<?, E> child) Adds aEntityChildMetamodelto this metamodel.PolymorphicEntityMetamodelBuilder.addChild(EntityChildMetamodel<?, E> child) -
Uses of EntityChildMetamodel in org.axonframework.modelling.entity.annotation
Methods in org.axonframework.modelling.entity.annotation that return EntityChildMetamodelModifier and TypeMethodDescriptionprotected abstract <C,P> EntityChildMetamodel <C, P> AbstractEntityChildModelDefinition.doCreate(Class<P> parentClass, EntityMetamodel<C> entityMetamodel, String fieldName, EventTargetMatcher<C> eventTargetMatcher, CommandTargetResolver<C> commandTargetResolver) Creates a newEntityChildMetamodelfor the given parent class and child metamodel.protected <C,P> EntityChildMetamodel <C, P> ListEntityChildModelDefinition.doCreate(Class<P> parentClass, EntityMetamodel<C> entityMetamodel, String fieldName, EventTargetMatcher<C> eventTargetMatcher, CommandTargetResolver<C> commandTargetResolver) protected <C,P> EntityChildMetamodel <C, P> SingleEntityChildModelDefinition.doCreate(Class<P> parentClass, EntityMetamodel<C> entityMetamodel, String fieldName, EventTargetMatcher<C> eventTargetMatcher, CommandTargetResolver<C> commandTargetResolver) Methods in org.axonframework.modelling.entity.annotation that return types with arguments of type EntityChildMetamodelModifier and TypeMethodDescription<C,P> Optional <EntityChildMetamodel<C, P>> AbstractEntityChildModelDefinition.createChildDefinition(Class<P> parentClass, AnnotatedEntityMetamodelFactory metamodelFactory, Member member) <C,P> Optional <EntityChildMetamodel<C, P>> EntityChildModelDefinition.createChildDefinition(Class<P> parentClass, AnnotatedEntityMetamodelFactory metamodelFactory, Member member) Inspect the givenmember, which is declared on the givenparentClassfor the presence of a child entity according to this definition. -
Uses of EntityChildMetamodel in org.axonframework.modelling.entity.child
Classes in org.axonframework.modelling.entity.child that implement EntityChildMetamodelModifier and TypeClassDescriptionclassAbstractEntityChildMetamodelthat implements common functionality for most implementations.classAnEntityChildMetamodelthat handles commands and events for a list of child entities.classAnEntityChildMetamodelthat handles commands and events for a single child entity.