Interface LoadingResult<R,​E>

  • Type Parameters:
    R - The type of entity references.
    E - The type of entities.

    public interface LoadingResult<R,​E>
    The result of the loading of the entities by the ProjectionHitMapper.
    • Method Detail

      • convertReference

        R convertReference​(DocumentReference reference)
        Convert a document reference to the reference specific to the mapper.
        Parameters:
        reference - The document reference.
        Returns:
        The reference specific to the mapper.