Is there abstract representation of a Query so that I can parse xpath, sql, sql2, jqom statements to the representation, transform the representation a bit, and spit out any of xpath,sql,sql2,jqom statement?
javax.jcr.Query is bound to one Language representation (either xpath,sql,sql2,jqom).
