Hi all
Hibernate version: 2.1.8
Name and version of the database you are using: Oracle 9i
The generated HQL:
from ddd.model.Offer offer left join fetch offer.sportCourse sportCourse left join fetch offer.offerPersons offerPerson where offerPerson.person = some elements( :pers )
Isn't it possible to pass a collection of person objects in this case? Does the "some elements" function only accept inner queries?
At the moment I get the following error:
Quote:
Named parameter does not appear in Query: pers
Thanks for the clarification!
Alwin