Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Duplicate results when sorting using a Spring-Data pageable object on a JPA repository

Query creation in Spring Data - dynamic where clause

java sql jpa spring-data-jpa

Does Spring JPA throw an error if save function is unsuccessful?

java spring spring-data-jpa

SpringData JpaRepository not working when using @entity from a jar

PagingAndSortingRepository cannot be resolved

How to query JPA LocalDateTime field with a LocalDate value?

How to create specification using JpaSpecificationExecutor by combining tables?

Spring data JPA and Geometry type

Generation query when the ManyToMany relationship is used by Spring Data Jpa project

Postgres Interval not working with native spring data JPA query

Why isn't necessary @Repository for this Spring Boot web app?

Spring JPA Composite key: This class does not define an IdClass

Spring Boot datasource initialization error with data.sql script after 2.5.0 upgrade

Spring JPA repository: prevent update on save

Spring Boot spring.datasource.schema VS spring.jpa.properties.hibernate.default_schema

How to do a paged QueryDSL query with Spring JPA?

How to log Spring Data JPA repository method execution time?

Spring Data JPA could not instantiate class

jpa UnsupportedOperationException: query result offset is not supported

What is the Spring Data JPA method to use findBy for multiple fields and also use Containing clause for all the fields