About 53 results
Open links in new tab
  1. java - Why has javax.persistence-api been replaced by jakarta ...

    Feb 2, 2020 · From Java Persistence API on Wikipedia: The Java Persistence API (JPA), in 2019 renamed to Jakarta Persistence, is a Java application programming interface specification that …

  2. What's the difference between JPA and Hibernate? [closed]

    Mar 27, 2012 · The API is provided in the JDK as a set of interfaces so that your classes can depend on the javax.persistence and not worry about the particular vendor that is doing the work of persisting …

  3. java - The import javax.persistence cannot be resolved - Stack Overflow

    May 22, 2025 · The Java Persistence API was first released as a subset of the Enterprise JavaBeans 3.0 specification (JSR 220) in Java EE 5. It has since evolved as its own spec, starting with the …

  4. java - Why does Maven want to use javax.persistence instead of the ...

    Sep 26, 2020 · Note that Maven does not have a way of knowing hibernate-jpa-2.1-api and javax.persistence-api are supposed to be interchangeable. If, for some strange reason, you want to …

  5. java - JPA vs ORM vs Hibernate? - Stack Overflow

    JPA is the Java Persistence API, specified as part of the JavaEE spec. Hibernate is one of the implementations or that API. There are many versions of JPA and different versions of Hibernate …

  6. java - Writing Maven Dependency for javax.persistence - Stack Overflow

    Nov 23, 2011 · Answers on how to write Maven dependency for javax.persistence in Java projects using Stack Overflow discussions.

  7. java - JPA Criteria API - How to add JOIN clause (as general sentence ...

    Oct 18, 2016 · Pro JPA 2 Mastering the Java Persistence API is a much better than the sun tutorial, but doesn't go into enough detail. I'm having a hard time creating complex joins using Criteria API and …

  8. java - What jar should I include to use javax.persistence package in a ...

    Apr 10, 2009 · This page discusses the necessary jar files for using javax.persistence package in a Hibernate-based application.

  9. java - Maven dependencies regarding javax.persistence JAR ... - Stack ...

    Mar 6, 2015 · The first of those javax.persistence.persistence-api is the API Jar, which defines vendor-neutral interfaces which your application should be working with. The second is the EclipseLink …

  10. java - why is dependency to javax.persistence-api removed in hibernate ...

    Jun 2, 2022 · With the new releases the packages have also changed (due to legal implication) and those are now in jakarta.persistence instead of javax.persistence. All this is also why there is en …