| Author |
XSD for JPA 2.0
|
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8457
|
|
Guys,
Where could I get the JPA 2.0 XSD definition?
http://java.sun.com/xml/ns/persistence/orm
The above link is what I use in my orm.xml but when looked for it in the browser, got a missing page from Oracle. Where the heck is this xsd?
|
SCJP 1.4, SCWCD 1.4 - Hints for you, SCBCD Hints - Demnachst, SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
|
 |
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8457
|
|
|
I'm developing a Spring based JPA application in which I have a couple of Entities that I would like to map using the XML configuration file rather than using Annotations. I get some exceptions during startup and it is primarily due to the invalid usage of a couple of tags. For this reason, I thought of looking at the XSD and to my surprise I was not able to find it in the link that I mentioned above. Any ideas?
|
 |
Jaikiran Pai
Saloon Keeper
Joined: Jul 20, 2005
Posts: 6720
|
|
It's here http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd
|
[My Blog] [JavaRanch Journal]
|
 |
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8457
|
|
|
Whiyh is considered as a good practice for Entity mapping (Annotations or XML)? In my application, my plan is to use the Entity POJO's also as a DTO object. In such a case, is it advisable to send this DTO object with full Annotations to be used in the UI layer?
|
 |
 |
|
|
subject: XSD for JPA 2.0
|
|
|