java - In Hibernate Query Language is there any way to select from the result of Inner Query? -


i want select count of result of sub query e.g. select count(*) (select * entity group );

is there way in hql?

hql subqueries can occur in select or clauses.

hibernate subqsueries


Comments

Popular posts from this blog

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -

How to run C# code using mono without Xamarin in Android? -