Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

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?

Sorting expression in spring data JPA

java spring-data-jpa

Spring data repository not found at compile time

Cannot use findAll(Specifications<T>, Pageable) method for JpaSpecificationExecutor<T> repository?

Spring Boot Jpa JPQL Selecting columns except specific columns

Spring Data Pageable breaking Spring Data JPA OrderBy

JPA Nested Mapping to View without a Base Table