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

Popular posts from this blog

javascript - Create a stacked percentage column -

vue.js - Create hooks for automated testing -

Optimising Firebase database by automatically overwriting data -