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
You could use HyperJAXB to generate a JAXB model with JPA annotations. Hibernate implements the JPA specification: