public interface RelationResolver
Modifier and Type | Method and Description |
---|---|
Iterable<Object> |
findAllByPath(Identifier identifier,
PersistentPropertyPath<RelationalPersistentProperty> path)
Finds all entities reachable via path.
|
Iterable<Object> findAllByPath(Identifier identifier, PersistentPropertyPath<RelationalPersistentProperty> path)
identifier
- the combination of Id, map keys and list indexes that identify the parent of the entity to be
loaded. Must not be null.path
- the path from the aggregate root to the entities to be resolved. Must not be null.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.