Generate hibernate entity beans from XSD

前端 未结 2 1440
灰色年华
灰色年华 2021-02-06 06:00

My requirement is to save a huge XML values to database.
After analyzing few options I finalized that generate entity bean classes from huge xml and then persist it using h

2条回答
  •  长情又很酷
    2021-02-06 06:15

    You could use HyperJAXB to generate a JAXB model with JPA annotations. Hibernate implements the JPA specification:

    • http://java.net/projects/hyperjaxb/

提交回复
热议问题