this.delegatorName = delegatorName;
modelReader = ModelReader.getModelReader(delegatorName);
modelGroupReader = ModelGroupReader.getModelGroupReader(delegatorName);
cache = new Cache(delegatorName);
// do the entity model check
List<String> warningList = FastList.newInstance();
Debug.logImportant("Doing entity definition check...", module);
ModelEntityChecker.checkEntities(this, warningList);