Interface DataMapper<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @Nullable T getById​(int id)
      Loads a data set from database and maps it into destination data type
    • Method Detail

      • getById

        @Nullable T getById​(int id)
        Loads a data set from database and maps it into destination data type
        Parameters:
        id - The database id of the root procedure data set
        Returns:
        The data set to be loaded