I guess I'm assuming that most people use XDoclet with their hibernate.
I'm still trying to fix in my head how the proxied interface class and
the impleneting class work.
For example: I declare a User interface, and UserImpl implements it,
pretty standard stuff. All of the @hibernate tags are
oops, sorry about that. I meant to send that to other people ... won't
happen again.
Kevin Hagel wrote:
New knowledge on this dreaded chemical have come to light. Thanks to
these guys we can all be in the know now.
http://www.dhmo.org/facts.html
"Research conducted by award-w
New knowledge on this dreaded chemical have come to light. Thanks to
these guys we can all be in the know now.
http://www.dhmo.org/facts.html
"Research conducted by award-winning U.S. scientist Nathan Zohner
concluded that roughly 86 percent of the population supports a ban on
dihydrogen mono
I'm putting together an example demo for some students (like I'm the
expert :-\) and I'm using XDoclet, Tomcat, and MySQL for it all.
Person, abstract class extended by (joined-subclass) Teacher and
Student, with just an extra field in each, such as Course and Grade to
show the polymorphism.
I'