java - How to export JPA entity to xml file when using Hibernate -
given have application persistence layer managed jpa , hibernate, how can export arbitrary entity xml file?
i know jaxb, seems more related eclipselink.
if possible use hibernate jaxb, how can setup jaxb context hibernate metadata information?
is there other way how achieve it?
Comments
Post a Comment