Hi,
I am persisting a class containing a member variable whose type is List<user defined object>. When I try to retrieve the persisted instance of this class, the List object is replaced by a PersistentList, which is a hibernate class.
My application is such that the persistence is done at a layer other than the client, and therefore the inclusion of this PersistentList makes it mandatory for me to include the hibernate.jar file in the client, which I do not want.
Is there any way of handling this ?
Regards,
Sudipto
|