Interface LoadingResult<E>

  • Type Parameters:
    E - The type of entities.

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

      • convertReference

        EntityReference 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.