220221222223224225226227228229230
Configuration colConfig = this.config.getChild(COLLECTIONS, true); colConfig.add(cfg); collection.setConfig(cfg); collection.create(); collections.put(n, collection); } catch ( DBException d ) { throw d; }