Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring data JPA: How to Sort on a jsonb field

Spring Boot + Spring Data JPA query from java.util.Date type using only the month

how to remove the ' ' when the dynamic argument is String type?

java spring-data-jpa

Spring boot doesn't find JpaRepositories in sibling-package when using @ComponentScan or can't initialize them when using @EnableJpaRepositories

How to expose only writable REST api with Spring Data REST?

Spring Data JPA not using AttributeConverter in Spring Boot Application

How to initialize Spring Data JPA Page to null?

Transform from Pageable.getSort() to List<Order> to sort a query made by Criteria API in a Spring repository custom

Spring Batch initialize-schema always will throw error relation "batch_job_instance" already exists

@Index annotation leads to "This annotation is not applicable to target 'member property with backing field'"

kotlin jpa spring-data-jpa

Is it thread safe to use Spring Data JPA repository inside Java 8 forEach loop?

Parameter 0 of method entityManagerFactory in *.configuration.SecondaryDataSource required a bean of type '*.EntityManagerFactoryBuilder' not be found

Manual setup of Spring Data JPA repositories, with custom implementation

Spring data projection for native query not mapped to interface

What is the 'default' sort of Paging and Sorting Repository in Spring JPA?