Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

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

Spring Data JPA: Creating Specification Query Fetch Joins

Spring Data JPA: How can Query return Non- Entities Objects or List of Objects?

Consider defining a bean of type 'service' in your configuration [Spring boot]

How do I stop spring data JPA from doing a SELECT before a save()?