This commit is contained in:
2024-01-14 20:35:50 +08:00
parent f7de0a9349
commit ec8cf958b7
10 changed files with 96 additions and 20 deletions

View File

@@ -164,7 +164,7 @@ public abstract class Doc<T extends Doc> {
this.db = arangoSource.db(table.catalog());
this.collection = arangoSource.collection(this);
} catch (Exception e) {
e.printStackTrace();
}
}
protected final static <T extends Doc> T dao(Class<T> type) {