Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring Data JPA and Querydsl to fetch subset of columns using bean/constructor projection

Distinct results from Spring Data JPA Specification that uses join

Spring Data JDBC / Spring Data JPA vs Hibernate

Spring Data JPA intelligence not working in Intellij

Page<> vs Slice<> when to use which?

How to maintain bi-directional relationships with Spring Data REST and JPA?

Spring JpaRepository - Detach and Attach entity

"IllegalArgumentException: Not a managed type" in Spring Boot application

Spring Data JPA How to use Kotlin nulls instead of Optional

Convert type of Spring Data JPA Page content

Spring-Data-Jpa Repository - Underscore on Entity Column Name

How to get all results in one page using Spring Data Pagination

Spring nested transactions

Spring JPA :: No converter found capable of converting from type

Creating a read-only repository with SpringData

Set default page size for JPA Pageable Object

Spring Data JPA - Why are changes to a returned Entity automatically persisted?

spring jpa spring-data-jpa

Can I combine a @Query definition with a Specification in a Spring Data JPA repository method?

How to reset between tests

Spring-Data FETCH JOIN with Paging is not working