jaxb « Schema « JPA Q&A





1. Would it be accurate to say that JAXB is to XML as Hibernate is to a database schema?    stackoverflow.com

If I want an ORM that helps me to develop a "database agnostic" application, then Hibernate would be a good fit, but if I need to map entities or objects to ...