Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Moxy & JPA with Eclipselink

Hi Adam,

My apologies for not getting back to the thread.  If you let me know the issues you are encountering I will help you out.

You should be able to do this in one model.  Below is a link to an example I am working on to do just what you are describing with the EclipseLink 2.0 APIs:
It is still a work in progress, some other things you will find useful:
  • Bidirectional Relationship Support
    Today we will be checking in an XMLInvereseReferenceMapping, this mapping will allow you map back pointers.
  • Composite Key Support
    EclipseLink 2.0 now supports composite keys on all the key based mappings.  I still need to update the example with this.
-Blaise

Adam Stroud wrote:
All:

I am developing an application that uses Eclipselink both JAXB (Moxy)
and JPA.  My question is what is the best way to go from my current
data model to entities and XML without maintaining three different
models.  I saw an earlier post to the mailing list here ->
http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg03473.html,
but it does not look like the examples referenced in the reply were
posted to the list.  Any input/guidance would be appreciated.

Thanks
Adam
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users
  

Back to the top