New posts in jpa

Connection to Db dies after >4<24 in spring-boot jpa hibernate

Spring Boot, Spring Data JPA with multiple DataSources

JPQL Create new Object In Select Statement - avoid or embrace?

What is the difference between persist() and merge() in JPA and Hibernate?

What is this spring.jpa.open-in-view=true property in Spring Boot?

@UniqueConstraint annotation in Java

setMaxResults for Spring-Data-JPA annotation?

Can someone explain mappedBy in JPA and Hibernate?

JPA 2.0, Criteria API, Subqueries, In Expressions

How does JPA orphanRemoval=true differ from the ON DELETE CASCADE DML clause

Mapping PostgreSQL JSON column to a Hibernate entity property

Spring Boot JPA - Entities

How to return a custom object from a Spring Data JPA GROUP BY query

Map enum in JPA with fixed values?

Make hibernate ignore class variables that are not mapped [duplicate]

How specify a JPA criteria API with "MEMBER IN" and a many-to-many relationship in a mapped superclass?

How to store date/time and timestamps in UTC time zone with JPA and Hibernate

Spring CrudRepository findByInventoryIds(List<Long> inventoryIdList) - equivalent to IN clause

What is the solution for the N+1 issue in JPA and Hibernate?

Spring Boot - Cannot determine embedded database driver class for database type NONE