$$BackgroundTableProcessedTableManager typedef

$$BackgroundTableProcessedTableManager = ProcessedTableManager<_$CommonDatabase, $BackgroundTable, BackgroundRow, $$BackgroundTableFilterComposer, $$BackgroundTableOrderingComposer, $$BackgroundTableAnnotationComposer, $$BackgroundTableCreateCompanionBuilder, $$BackgroundTableUpdateCompanionBuilder, (BackgroundRow, BaseReferences<_$CommonDatabase, $BackgroundTable, BackgroundRow>), BackgroundRow, PrefetchHooks Function()>

Implementation

typedef $$BackgroundTableProcessedTableManager =
    ProcessedTableManager<
      _$CommonDatabase,
      $BackgroundTable,
      BackgroundRow,
      $$BackgroundTableFilterComposer,
      $$BackgroundTableOrderingComposer,
      $$BackgroundTableAnnotationComposer,
      $$BackgroundTableCreateCompanionBuilder,
      $$BackgroundTableUpdateCompanionBuilder,
      (
        BackgroundRow,
        BaseReferences<_$CommonDatabase, $BackgroundTable, BackgroundRow>,
      ),
      BackgroundRow,
      PrefetchHooks Function()
    >;