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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -