I\'m looking for a builder for HQL in Java. I want to get rid of things like:
StringBuilder builder = new StringBuilder() .append(\"select stock from \")
Doesn't the Criteria API do it for you? It looks almost exactly like what you're asking for.