Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

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?

Spring JPA: Query builder versus Criteria Builder , which one to use?

Spring Boot @JsonIgnore on entity, sometimes I want a property to be returned as Json

Spring DATA JPA how to write a method which use contant value for a field to fetch data

spring spring-data-jpa

Access JpaEntityInformation in custom repository implementation