Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

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

Spring JPA, @SqlResultSetMapping mapping to JPA repository

Spring Data JPA - How to convert Query result to entity class

Spring Boot & Postgres: relation "sub_comment" does not exist

JPA mapping native query result to non entity DTO

Returning JSON as Response Spring Boot