()
| 401 | } |
| 402 | |
| 403 | public @NotNull ConcurrentHashMap<String, DatabaseConf> getDatabaseConfMap() { |
| 404 | return databaseConfMap; |
| 405 | } |
| 406 | |
| 407 | public static Database createDatabase(@NotNull Application zeze, @NotNull DatabaseConf conf) throws Exception { |
| 408 | switch (GenModule.instance.genFileSrcRoot == null ? conf.databaseType : DbType.Memory) { |
no outgoing calls