Re: [hibernate-dev] XML access to entities

2018-10-21 Thread Steve Ebersole
Yes, there used to be very buggy and extremely limited support for DOM4J as an EntityMode. It was removed because it was, well, buggy and extremely limited ;) IMO the proper solution is something more like JAXB or other XML transformations. On Fri, Oct 19, 2018 at 11:34 PM Stephen Fikes wrote:

[hibernate-dev] XML access to entities

2018-10-19 Thread Stephen Fikes
Is there a known / recommended solution for working with Hibernate entities as XML? There used to be an XML based session (DOM4J) but this is no longer a part of current Hibernate versions. Thanks! Stephen ___ hibernate-dev mailing list hibernate-dev