From: Anton v. S. <an...@ap...> - 2002-10-02 06:13:27
|
> sessionFactory.openDatabinder().toXML(foo); > > does a really nice job of printing an object..... Isn't that more like: sessionFactory.openDatabinder().bind(foo).toXML(); ...or is my version out of sync? Great feature, btw! |