Isn't it possible to map xml to jpa entities using JAXB? Will Eclipselink Moxy be helpful?
|
feedback
|
|
Note: I'm the EclipseLink JAXB (MOXy) lead and a member of the JAXB 2 (JSR-222) expert group. Yes you can map JPA entities to XML, and the following are some ways that EclipseLink JAXB (MOXy) makes this easier. 1. Bidirectional Mappings Customer
Address
For More Information
2. Mapping Compound Key Relationships We normally think of mapping a tree of objects to XML, however JAXB supports using the combination of Employee
PhoneNumber
For More Information
3. MOXy allows for Composite and Embedded Keys JPA can also use embedded key classes to represent composite keys. MOXy also supports this style of composite keys. For More Information
4. EclipseLink JAXB (MOXy) and EclipseLink JPA Have Shared Concepts EclipseLink provides both JAXB and JPA implementations that share a common core. This means that they share many of the same concepts, such as: Virtual Access Methods EclipseLink supports the concept of virtual properties. This is useful when creating a multi-tenant application where you want per-tenant customizations. This concept is upported in both EclipseLink's JPA and JAXB implementations. | ||||
|
feedback
|