295296297298299300301302303304305
entityBridge = new JDBCEntityBridge2(this, metaData); entityBridge.init(); Catalog catalog = getCatalog(); catalog.addEntity(entityBridge); stop = new JDBCStopCommand(this); } protected void startStoreManager() throws Exception {
333334335336337338339340341342343
327328329330331332333334335336337
298299300301302303304305306307308