RE: [Hibernate] Trouble with proxy implementations

2003-01-31 Thread Schnitzer, Jeff
PROTECTED] Sent: Thursday, January 30, 2003 4:45 PM To: Schnitzer, Jeff Cc: [EMAIL PROTECTED] Subject: RE: [Hibernate] Trouble with proxy implementations Wierd those methods are defined on the _handler_ class, not the proxy interface itself. And I didn't thing the proxies implement

RE: [Hibernate] Trouble with proxy implementations

2003-01-31 Thread Gavin . King
: xis.com Subject: RE: [Hibernate] Trouble with proxy implementations

Re: [Hibernate] Trouble with proxy implementations

2003-01-31 Thread Juozas Baliuka
, however, something breaks and this method is consistently exposed. ??? Jeff -Original Message- From: Schnitzer, Jeff Sent: Thursday, January 30, 2003 5:23 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [Hibernate] Trouble with proxy implementations It's possible

Re: [Hibernate] Trouble with proxy implementations

2003-01-31 Thread Gavin . King
H. HibernateProxy itself only declares writeReplace(). Do you mean methods that are coming from CGLIB, or are you referring to an older version of Hibernate?