$$TeacherPositionTableProcessedTableManager typedef

Implementation

typedef $$TeacherPositionTableProcessedTableManager =
    ProcessedTableManager<
      _$SharedDatabase,
      $TeacherPositionTable,
      TeacherPositionData,
      $$TeacherPositionTableFilterComposer,
      $$TeacherPositionTableOrderingComposer,
      $$TeacherPositionTableAnnotationComposer,
      $$TeacherPositionTableCreateCompanionBuilder,
      $$TeacherPositionTableUpdateCompanionBuilder,
      (TeacherPositionData, $$TeacherPositionTableReferences),
      TeacherPositionData,
      PrefetchHooks Function({bool teacherRefs})
    >;