New posts in jpa

Nested entities contains null after save

Springboot - list of objects with child entities not returned

Correct use of flush() in JPA/Hibernate

How to mix inheritance strategies with JPA annotations and Hibernate?

JPA: what is the proper pattern for iterating over large result sets?

Hibernate - @ElementCollection - Strange delete/insert behavior

How to map calculated properties with JPA and Hibernate

I found JPA, or alike, don't encourage DAO pattern

How to solve the LazyInitializationException when using JPA and Hibernate

Do self referencing entities need @OneToOne JPA annotations or not?

JPA Hibernate One-to-One relationship

Java Persistence / JPA: @Column vs @Basic

JPQL IN clause: Java-Arrays (or Lists, Sets...)?

What is the difference between CascadeType.REMOVE and orphanRemoval in JPA?

JPA eager fetch does not join

Persistence unit as RESOURCE_LOCAL or JTA?

JPA - Returning an auto generated id after persist()

Showing Hibernate/JPA results in JSF datatable causes: java.lang.NumberFormatException: For input string: "[propertyname]"

Hibernate problem - "Use of @OneToMany or @ManyToMany targeting an unmapped class"

Can javax.persistence.Query.getResultList() return null?