posted 12 years ago
Hi folks!
I've a class User:
And enum with user privileges:
I need a HQL query, which return all users, who has all priviligies by set.
Rougtly,
My query:
,
And execute:
I've an error:
I have'nt idea, why "No value specified for parameter 1"..
thanks in advance!