Re: [hibernate-dev] embed-xml=false leaves you stuck

2007-12-12 Thread Emmanuel Bernard
Probably the best strategy is to think about it when we work on the fetch profile strategy. On Dec 12, 2007, at 03:02, Bill Burke wrote: I was looking at the XML mapping support for Hibernate recently and have some questions/suggestions. One thing that seriously annoyed me was that if you

Re: [hibernate-dev] embed-xml=false leaves you stuck

2007-12-12 Thread Bill Burke
Steve Ebersole wrote: The bigger issue here imo is the fact that the nature of XML suggests that we are discussing structured data; structure which is generally described by a schema or DTD. What you do not like is the "static" nature of the choice... Schema can allow for partial docume

Re: [hibernate-dev] embed-xml=false leaves you stuck

2007-12-12 Thread Steve Ebersole
On Dec 11, 2007, at 8:02 PM, Bill Burke wrote: I was looking at the XML mapping support for Hibernate recently and have some questions/suggestions. One thing that seriously annoyed me was that if you do not have embed-xml="true" you can never get access to an association/ relationship in

[hibernate-dev] embed-xml=false leaves you stuck

2007-12-11 Thread Bill Burke
I was looking at the XML mapping support for Hibernate recently and have some questions/suggestions. One thing that seriously annoyed me was that if you do not have embed-xml="true" you can never get access to an association/relationship in XML format. This means that I cannot have embed-xml=