R - The type of entity references.E - The type of entities.public interface ProjectionHitMapper<R,E>
| Modifier and Type | Method and Description |
|---|---|
R |
convertReference(DocumentReference reference)
Convert a document reference to the reference specific to the mapper.
|
LoadingResult<E> |
loadBlocking()
Loads the entities planned for loading in one go, blocking the current thread while doing so.
|
Object |
planLoading(DocumentReference reference)
Plan the loading of an entity.
|
R convertReference(DocumentReference reference)
reference - The document reference.Object planLoading(DocumentReference reference)
reference - The document reference.LoadingResult after load.LoadingResult<E> loadBlocking()
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.