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.
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
Post a Comment