Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Column name as a parameter to Spring Data JPA Query

Spring Data Rest : Foreign key is update with null after post call in one to many relationship

Spring-Data Pageable sort on JPA discriminator field

In JPA Query, can I pass the order by property and DESC/ASC order as parameters in the method signature?

Query-by-example skip primitives?

java spring spring-data-jpa

Spring data jpa Specification: How to filter a parent object by its children object property

Activate SQL statements logging with Hibernate and Spring Data JPA

How to catch Hibernate ConstraintViolationException (or Spring DataIntegrityViolationException?) in Spring Boot with JUnit 5

Spring Data Rest (SDR ) bug? Persistent Entity Must not be null

Spring Data JPA date "between" query issue when using Date parameters

No qualifying bean of type 'javax.persistence.EntityManager' available: expected single matching bean but found 2

Insert a new row using JpaRepository in java

Deadlock in Spring Boot Application's @PostConstruct Method

Can't autowire repository from an external Jar into Spring Boot App

JPA synchronization between micro-service instances

How to save entities with manually assigned identifiers using Spring Data JPA?

How to turn off Query creation from method names in Spring JPA?

Pageable and @Param in a spring data JpaRepository method issue

JpaRepository not implemented/injected when in separate package from componentscan

Spring Data JPA repository with specification, pagination and criteria fetch-join