Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] MOXy & JPA

Hi

I've just started experimenting with MOXy and I've now managed to get
my java classes generated from an .xsd file. It's been a bit hit &
miss and I was wondering if there were any good tutorials on setting
up a MOXy project within Eclipse.

Now that I've got my @Xml annotated Java classes, can I now add JPA
annotations to them as well? Assuming that the answer is yes, is it
actually a good idea or would I be better to maintain a seperate set
of JPA .java files and use one of the Bean libraries to transfer data
between them?

Regards


Back to the top