1. Hibernate: How to load embed xml at runtime with "embed-xml=false" stackoverflow.comThe embed xml data will be loaded if embed-xml=true. Is it possible that still load the embed data through modify embed-xml as true dynamically? I want to define the mapping as ... |
2. DOM4J proxy Elements do not load? forum.hibernate.orgHibernate version: v3.1 stable and today's SVN Mapping documents: Code: |
3. dom4j and lazy loading forum.hibernate.org |
4. Lazy collection loading does not work for EntityMode.DOM4J forum.hibernate.orgI agree, it would be useful to be able to use the "lazy" attribute to specify what is loaded into a dom4j object graph. Really there is not a good way to only serialize only part of a dom4j xml object graph. In my case, I have a large graph, with a large amount of data, so loading the whole object ... |