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 \")
Take a look at the search package available from the hibernate-generic-dao project. This is a pretty decent HQL Builder implementation.