JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
org.fuin.ddd4j.core
Package
org.fuin.ddd4j.core
Annotation Interface ChildEntityLocator
@Documented
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
ChildEntityLocator
Method that is able to return a child entity by its identifier. The
EntityId
is the only argument and the return value is the
Entity
that is identified by the given identifier. Returns
null
if no entity with the ID was found.