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

Java sticky instances of class com.mysql.jdbc.Field aggregating -