About 314,000 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. java - The import javax.persistence cannot be resolved - Stack …

    Mar 24, 2013 · 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, …

  3. 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 …

  4. java - JPA Criteria API - How to add JOIN clause (as general …

    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 …

  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 …

  6. java - Why does Maven want to use javax.persistence instead of …

    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 …

  7. java - springboot package javax.persistence does not exist - Stack …

    Oct 9, 2023 · At the first step when I added class Employee by copying from the tutorial, it says package javax.persistence does not exist I added dependencies given in the tutorial.

  8. java: package jakarta.persistence does not exist

    Dec 10, 2023 · java: package jakarta.persistence does not exist Asked 2 years ago Modified 1 year, 8 months ago Viewed 7k times

  9. Difference between FetchType LAZY and EAGER in Java …

    Jun 7, 2010 · 6 From the Javadoc: The EAGER strategy is a requirement on the persistence provider runtime that data must be eagerly fetched. The LAZY strategy is a hint to the …

  10. Spring boot 3 - Jakarta and Javax - Stack Overflow

    Feb 19, 2022 · The answer will really depend on which specific libraries you're using and how they interact with each other, but generally speaking, trying to mix Java EE and Jakarta EE …