Interface SubformDataMapper<T>

    • Method Detail

      • getByParentId

        java.util.List<T> getByParentId​(int parentId)
        Loads a data set from database and maps it into destination data type
        Parameters:
        parentId - The database id of the parent procedure data set
        Returns:
        The data set to be loaded