Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Bulk insert with Spring Boot and Spring Data JPA not working

spring boot data @query to DTO

Spring data JPA - using @EntityGraph causes "Entity graph specified is not applicable to the entity" warning

How to update the @Version field when executing a bulk update through Spring Data JPA

How to add restriction to range between two dates on query by example in Spring Data

Write sql native query with left join and pagination in hibernate (springboot) [duplicate]

Spring Data: when use Projection interfaces and DTO projections?

How should I use JpaRepository.findOne() with SpringBoot?

Search by many optional parameters in spring data jpa repository

How to define null-handling in Spring Data JPA sorts?

Cannot store "Pile of Poo" unicode emoji using Spring Boot Hibernate and MySQL

Query by type in Spring Data JPA

How to combine multiple date-between searches with CrudRepository of Spring Data JPA?

Configuring multiple databases with multiple entitymanagerfactory in spring data jpa

java spring spring-data-jpa

Spring JPA Repository Cannot Catch EntityNotFoundException

Spring Data JpaRepository findAll(Iterable<ID> ids) + findAll(Sort sort)

Spring Boot Data JPA - Not saving entities to the database

Spring JPA Sorting and Paging with PostgreSQL JSONB

java.time.LocalDate not supported in native queries by latest Spring Data/Hibernate?

Spring Interceptor not working in Spring Data REST URLs