import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/persistence/SubjectDatabaseEntityLoader.ts";
Classes
Loads database entities for all operate subjects which do not have database entity set. All entities that we load database entities for are marked as updated or inserted. To understand which of them really needs to be inserted or updated we need to load their original representations from the database. |