public List find(String queryString, Object values[]) throws DataAccessException { return (List)execute(new Object(queryString, values) /* anonymous class not found */ class _anm31 {}, true); }return 后面跟的方法很怪啊