Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring Data JPA Pageable with @ManyToMany

Select few among all the nested entities : SPRING JPA

Why does @Transactional isolation level have no effect when updating entities with Spring Data JPA?

Convert Page<Entity> to PageDTO<EntityDTO>

querydsl-jpa 3.7.3 error when used with spring-data-jpa 1.10.0

spring-data-jpa querydsl

Spring not loading data even with FetchType.EAGER set

Hibernate 5.0.11 - AttributeConverter class registered multiple times

Spring Data REST and custom entity lookup (Provided id of the wrong type)

Spring Boot JPA: how do query a JSON column in a table

SpringData JPA - Provided id of the wrong type for class . Expected: class java.lang.Integer, got class java.lang.Long

mysql spring-data-jpa

Does Spring Data JDBC support joins between entities?

Is Java Spring JPA native query SQL injection proof?

check if a record exist in database using spring boot and JPA repository

JPA findBy method always goes to orElseThrow

Spring Data JPA; save() auto increment primary key error

How to configure Auditing via Java Config in Spring Data (and Spring Data Rest)?

Jackson confused with bidirectional one-to-many relationship : failed to lazily initialize collection

Do I have to close terminated, streamed query results in a try-with-resources-block? [duplicate]

JpaRepository findAll() returns empty result

java spring spring-data-jpa h2

How to log failed sql in hibernate?