6667686970717273
throw new CayenneRuntimeException("Error generating schema for DataMap " + map.getName(), e); } // only single node is expected... dbHelper = new ItestDBUtils(node.getDataSource()); } }
87888990919293
} protected ItestSetup(String schemaScriptUrl, String jpaUnit) { this.jpaUnit = jpaUnit; this.dataSourceManager = new ItestDataSourceManager(schemaScriptUrl); this.dbHelper = new ItestDBUtils(dataSourceManager.getDataSource()); }