Package | Description |
---|---|
org.axonframework.modelling.command.inspection |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedChildEntity<P,C>
Implementation of a
ChildEntity that uses annotations on a target entity to resolve event and command
handlers. |
Modifier and Type | Method and Description |
---|---|
<T> Optional<ChildEntity<T>> |
AbstractChildEntityDefinition.createChildDefinition(Field field,
EntityModel<T> declaringEntity) |
<T> Optional<ChildEntity<T>> |
ChildEntityDefinition.createChildDefinition(Field field,
EntityModel<T> declaringEntity)
Inspect the given
field , which is declared on the given declaringEntity for the presence of a
Child Entity. |
Copyright © 2010–2019. All rights reserved.