From: Gavin K. <ga...@ap...> - 2002-10-06 17:31:54
|
Thanks Brad :) > not sure if changing the element name for arrays was the completely the > right thing to do - arrays are quite different to collections in java (which > is why i did it), but they share some commonality in hibernate. my array > handling code is also a bit dodgy. 's cool... Would you please update hibernate-generic.dtd to reflect the changes you made to the "generic" format. > one thing i would have liked to do (but didn't know how) is to write out the > class and package names of an explicitely bound object that is left as an > un-initialized proxy. Not possible, since we don't know the class of an object until we initialize it. (polymorphism). Gavin |