Won't Do
Details
Assignee
UnassignedUnassignedReporter
MikeMMikeMComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
MikeM
MikeMComponents
Priority
Created June 12, 2007 at 2:32 PM
Updated July 25, 2024 at 2:42 PM
Resolved July 25, 2024 at 2:42 PM
Specifically
session.get()
sessionFactory.getClassMetadata()
At the moment if you have a proxy object and do the following
session.get( proxyObject.getClass(), id );
You'll get an exception because it just does .getName() on the class.
Ideally all the hibernate APIs should handle proxy classes being passed in and normalise them to the base class.