super();
try {
Db4o.configure().unicode(true);
Db4o.configure().activationDepth(99);
Db4o.configure().updateDepth(2);
DmConfig dmConfig = new DmConfig(getDmLiteModelConfigFilePath(),
getReusableModelConfigFilePath(),
getSpecificModelConfigFilePath());
ModelConfig modelConfig = dmConfig.getModelConfig(modelCode);
String databasePath = findDataPath(modelConfig);
db = Db4o.openFile(databasePath);
List<Db4oModel> db4oModels = db.query(Db4oModel.class);
if (db4oModels.isEmpty()) {
Db4oModel db4oModel = new Db4oModel(modelCode,