Package adams.db

Interface FilteredDataProvider<T extends DataContainer>

    • Method Detail

      • loadRaw

        T loadRaw​(int auto_id)
        Load a data container with given auto_id, without passing it through the global filter.
        Parameters:
        auto_id - the databae ID
        Returns:
        the data container, or null if not found