Skip to content

HyperJAXB3 Applying workarounds for JAXB vs. JPA conflicts

Laurent Schoelens edited this page May 17, 2024 · 3 revisions

Applying workaround for JAXB vs. JPA conflicts

As you might have read in the JAXB vs. JPA document, there is a number of incompatibilities between JAXB and JPA 1. This section explains how Hyperjaxb3 overcomes these incompatibilities.

Simple types not supported by JPA

Collections of simple types

Heterogeneous collections

JAXBElement<...>-typed properties

DOM properties

Generic (any-type) properties

Clone this wiki locally