ClassMapping mapping, JDBCFetchConfiguration fetch, int subs)
throws SQLException {
List params = new ArrayList();
Select sel = newSelect(sm, mapping, fetch, subs, params);
if (sel == null) return null;
return sel.execute(this, fetch, params);
}
Map<SelectKey, Select> selectImplCacheMap = null;
private Select newSelect(OpenJPAStateManager sm,
ClassMapping mapping, JDBCFetchConfiguration fetch, int subs,