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.