Yanming Zhou opened SPR-10816 and commented
method of ParsedSql are not public
developers maybe want extract parameter names from sql
ParsedSql ps = NamedParameterUtils.parseSqlStatement(sql);
//ps.getParameterNames() and other methods are not public
Issue Links: