:52 AM
To: [EMAIL PROTECTED]
Subject: [Hibernate] sorted collection
I have 2 classes.
The first class contains a collection of the second class.
I want the collection is sorted but, when I return the collection, I have an error
"Failed to lazily initialize a collection"
My
I have 2
classes.
The first class
contains a collection of the second class.
I want the
collection is sorted but, when I return the collection, I have an error
"Failed to lazily initialize a collection"
My mapping is
:
...
..
...
and My jav