Top "Jpa-annotations" questions

A type of JPA (Java Persistence API) mapping configuration for applications.

Java - JPA - @Version annotation

How does @Version annotation work in JPA? I found various answers whose extract is as follows: JPA uses a version …

java jpa jpa-annotations
JPA/Hibernate @OrderBy annotation with multiple columns and ASC/DESC for each

I would like to sort a OneToMany field with the @OrderBy annotation with multiple columns and specify the sort order …

jpa hibernate-annotations jpa-annotations
Hibernate recursive mapping parent/child structure - StackOverflowError when retrieve data

I am using Hibernate 5.2.7.Final, and native Hibernate API. I have an Employee entity with recursive relations: @Entity public class …

hibernate recursion parent-child hibernate-mapping jpa-annotations