From: Brad C. <bra...@wo...> - 2002-10-06 11:09:08
|
databinder changes are committed: 1. added setInitializeLazy(boolean) to the Databinder interface. 2. XMLDatabinder now includes associated objects in the document. 3. changed the element name for arrays from collection to array. 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. 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. brad |