Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring Data JPA - problem with null parameter for NUMBER column type

Include additional columns in Where clause of Hibernate/JPA Generated UPDATE Query

Kotlin's Arrow Either<Exception, X> and transactions

spring MVC errors : Could not instantiate bean class [org.springframework.data.domain.Pageable]: Specified class is an interface

How to retrieve specific columns in Paginated way using Spring Data JPA?

Job run in @Scheduled does not invoke spring data jpa save

Custom Query in Spring JPA Repository with Pagination

Spring Boot. How to disable Initialization of JPA Conditionaliy

How to declare CHECK constraint with Spring 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?