Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Hibernate Envers Delta Between Revisions

Spring Data JPA query returns null

Use postgres table sequence instead of sharing hibernate_sequence

Springboot3 with Hibernate6 error with class not found SpringPhysicalNamingStrategy

How to get a HashMap result from Spring Data Repository using JPQL?

JPA query to filter before, after and between optional start and end dates

How to update an Entity after another Entity update in Spring Data? [duplicate]

Is there a way to make JPA ignore invalid types of enum?

In Spring Data JPA, a derived find method doesn't use first-level cache while called multiple times in one transaction, but the default findById does

How to target specific Envers revision in entity relationship to @Audited entity?

External transaction rollback when internal transaction(REQUIRES_NEW) throw exception

How to select all the data of two columns from a table using JPA query method

When does a Hikari pool connections work? - Spring/Spring Boot

Spring JpaRepository using generic entity

Spring Boot in memory database not accessible from other tools

JPA Criteria: downcast root to multiple entity subclasses and filter by the same linked entity natural id

self referencing relationship with spring data jpa

Spring data jpa native query with null parameter (PostgreSQL)

How to use CTE expression WITH clause in Spring Data JPA

How to update only subset of all fields in Spring JPA repository?