This tag is for questions specifically about new features of version 2.2 of the Java Persistence API.
Im trying to insert some simple data in my local mysql database using jpa-2.2 with hibernate in my java project …
java hibernate jpa-2.2When running a project built by maven with the following dependencies: <dependency> <groupId>org.eclipse.persistence&…
java jpa eclipselink jpa-2.2I'm having issues upgrading to JPA 2.2. I'm using eclipselink and changed the version in my pom: <dependency> <…
java jpa eclipselink jpa-2.2I have JPA a entity class that contains a blob field like this: @Entity public class Report { private Long id; …
java hibernate spring-mvc oracle11g jpa-2.2I already went through: Could not write JSON: Infinite recursion (StackOverflowError); nested exception spring boot & many links like this. …
spring spring-boot spring-data-jpa jpa-2.2 hibernate-6.x