public interface ProjectionHitMapper<R,O>
Modifier and Type | Method and Description |
---|---|
R |
convertReference(DocumentReference reference)
Convert a document reference to the reference specific to the mapper.
|
LoadingResult<O> |
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<O> loadBlocking()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.