Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring Boot Data JPA tables with search, pagination and sorting

Spring Data: multiple repository interfaces into a single 'repository' service class

How can I use Spring's pagination (using Pageable) while writing a dynamic query using QueryDSL?

Spring Data: limit result for custom query

@OneToOne make primary key as foreign key at the same time (Spring JPA/Hibernate)

Spring Data JPA: return empty List instead of null

IllegalArgumentException: No visible constructors in class TestDatabaseAutoConfiguration$EmbeddedDataSourceFactoryBean

spring data jpa - Custom type conversion in interface-based projection

How to find top N elements in Spring Data Jpa?

REST API is always throwing 404 error in Spring boot maven multimodule project with H2 database

Using Hibernate @SQLDelete for Soft Delete across All Entities

Spring MVC: how to get case-insensitive ordering from Pageable

How to configure EntityManagerFactoryBuilder bean when testing Spring Boot Batch application?

Spring Data JPA - concurrent Bulk inserts/updates

Spring Data JPA "OR" with single parameter

spring data JPA & spring data elasticsearch; No property index found for type?

Why I can't map a Point field of my entity class on a Point field on the database? column "location" is of type point but expression is of type bytea

Hibernate returns proxy for base class

Remove all unnecessary libs from fat jar

Difference between value and cacheName param of @Cacheable annotation