This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Object Relational Mapping and the fly likes hibernate list in list search Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "hibernate list in list search" Watch "hibernate list in list search" New topic
Author

hibernate list in list search

Vladimir Koba
Greenhorn

Joined: May 29, 2012
Posts: 4
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!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: hibernate list in list search
 
Similar Threads
Column 'id0_' not found Error
Problem with Enums
Hibernate error
Hibernate: Column not found. org.hibernate.exception.GenericJDBCException
parameter not set!