java - extract *HQL* in Hibernate -


is there way extract hql hibernate criteria or get or load query? have seen ways extrac sql query such objects not hql.

criteria goes directly sql, there no direct public api programmatically in hql.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -