Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Why use returned instance after save() on Spring Data JPA Repository?

How to sort by multiple properties in Spring Data (JPA) derived queries?

How to do bulk (multi row) inserts with JpaRepository?

Joining two table entities in Spring Data JPA

Understanding the Spring Data JPA @NoRepositoryBean interface

Handling soft-deletes with Spring JPA

How to query data out of the box using Spring data JPA by both Sort and Pageable?

Check date between two other dates spring data jpa

JPA: update only specific fields

Spring data jpa- No bean named 'entityManagerFactory' is defined; Injection of autowired dependencies failed

What is the LIMIT clause alternative in JPQL?

Spring Data JPA findOne() change to Optional how to use this?

java spring spring-data-jpa

Lombok @Builder and JPA Default constructor

Delete Not Working with JpaRepository

spring data jpa @query and pageable

Spring Data Rest - Sort by multiple properties

How to use @Transactional with Spring Data?

Spring data JPA query with parameter properties

Spring Data JPA difference between findBy / findAllBy

Spring Data and Native Query with pagination