• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is the difference between eclipseLink1.0 and eclipseLink2.0

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
i am searching recently for a difference in libraries of eclipsLink1.0 and eclipseLink2.0, and i found the libraries of eclipseLink2.0 but if anyone can help me and explain to me the usage of each one
-> eclipselink-jpa-modelgen_2.0.2
-> jav0ax.persistence_2.0.0.v201002051058
-> javax.persistence_1.0.0

 
Bartender
Posts: 2661
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have moved this post to our Object Relational Mapping for you.
 
Ranch Hand
Posts: 553
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
eclipselink-jpa-modelgen_2.0.2 is a tool jar for generate the static classes for the new JPA 2.0 criteria typed API.

javax.persistence_2.0.0.v201002051058 is the JPA 2.0 jar.

javax.persistence_1.0.0 is the JPA 1.0 jar.
 
reply
    Bookmark Topic Watch Topic
  • New Topic