IntelliJ Java IDE
The moose likes Object Relational Mapping and the fly likes org.hibernate.QueryException: The collection was unreferenced ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "org.hibernate.QueryException: The collection was unreferenced ?" Watch "org.hibernate.QueryException: The collection was unreferenced ?" New topic
Author

org.hibernate.QueryException: The collection was unreferenced ?

Oliver Lee
Greenhorn

Joined: Sep 22, 2006
Posts: 6
when i use the

session.createFilter(collection of entity,"select count(*) "); method

i got this exception:

org.hibernate.QueryException: The collection was unreferenced

what is the reason of the exception??

thanks a lot!!
naveen velicheti
Greenhorn

Joined: Apr 02, 2010
Posts: 8
Did you get the solution for this error.

I am also getting the same error
 
 
subject: org.hibernate.QueryException: The collection was unreferenced ?
 
Threads others viewed
Can anyone tell why is this query not valid?
Criteria query problem
Can anyone tell why is this query not valid?
NX:How to handle the Distributed Garbage Collection?
Use substr function in Criteria
MyEclipse, The Clear Choice