Uses of Interface
org.axonframework.modelling.command.inspection.ChildEntity
Packages that use ChildEntity
-
Uses of ChildEntity in org.axonframework.modelling.command.inspection
Classes in org.axonframework.modelling.command.inspection that implement ChildEntityModifier and TypeClassDescriptionclassAnnotatedChildEntity<P,C> Implementation of aChildEntitythat uses annotations on a target entity to resolve event and command handlers.Methods in org.axonframework.modelling.command.inspection that return types with arguments of type ChildEntityModifier and TypeMethodDescription<T> Optional<ChildEntity<T>> AbstractChildEntityDefinition.createChildDefinition(Member member, EntityModel<T> declaringEntity) <T> Optional<ChildEntity<T>> ChildEntityDefinition.createChildDefinition(Member member, EntityModel<T> declaringEntity) Inspect the givenmember, which is declared on the givendeclaringEntityfor the presence of a Child Entity.