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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -