I'm having a small problem with the generated proxy implementations in
one of my webapps.  My data objects are of course java beans, and these
java beans are passed up into the presentation tier.

Among other things, my presentation tier uses reflection to examine the
data (model) components and generate XML from them.  This works great
with real beans but causes a lot of trouble with proxies.

Unfotunately the generated proxies have a lot of methods that fit the
javabeans property pattern getXXX() and return sophisticated objects.
This really makes a mess out of the process.

Is it possible to change these methods so that they do not coincide with
the pattern for javabeans properties?

Jeff Schnitzer
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to