Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

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

Hibernate returning PersistentBag instead of List

Is it possible to create a custom annotation with a group of annotations in Java?

Creating tables on demand with Spring Boot Data JPA

Why is my Spring Data JPA query 8 times slower than Node.JS + oracledb?

Selecting fields on Spring Data

Spring Data JPA JpaObjectRetrievalFailureException occurring after deleting ManyToOne record

Why is Hibernate deleting my collection entries when all I do is a list?