/* 161 */ if (metadata.getMethod().getName().startsWith("ejbSelect"))
/* */ {
/* */ try
/* */ {
/* 165 */ QueryCommand queryCommand = queryFactory.getQueryCommand(metadata.getMethod());
/* 166 */ Schema schema = ((JDBCStoreManager2)entityBridge.getManager()).getSchema();
/* 167 */ EJBSelectBridge ejbSelectBridge = new EJBSelectBridge(entityBridge.getContainer(), schema, metadata, queryCommand);
/* 168 */ selectorsByMethod.put(metadata.getMethod(), ejbSelectBridge);
/* */ }
/* */ catch (FinderException e)
/* */ {