Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Refresh and fetch an entity after save (JPA/Spring Data/Hibernate)

EntityNotFoundException in Hibernate Many To One mapping however data exist

How to set hibernate.format_sql in spring-boot?

Update single field using spring data jpa

No converter found capable of converting from type to type

Spring Boot Data JPA - Modifying update query - Refresh persistence context

Spring Data optional parameter in query method

How to generate a ddl creation script with a modern Spring Boot + Data JPA and Hibernate setup?

Filtering database rows with spring-data-jpa and spring-mvc

why do we have to use @Modifying annotation for queries in Data Jpa

Entity Class name is transformed into SQL table name with underscores

Query by Boolean properties in spring-data-jpa without using method parameters

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