Where can I get complete set of javax.persistence properties. which I can use in persistence.xml in JPA 2.1.
I have tried more that half a day. I have got only few properties from JPA specification and remaining properties are vendor specific. But I want all JPA properties, is there any class or interface which holds all of them? all of the sites are showing vendor specific properties either Hibernate or EclipseLink. But to achieve vendor independency I have to use JPA properties only.