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
Package
org.fuin.ddd4j.ddd
Annotation Interface ChildEntityLocator
@Documented
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
ChildEntityLocator
Method that is able to return a child entity by it's 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.