Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring JPA Hikari multiple connection pool with same datasource

Hibernate N+1 problem on OneToOne relationship

is there a @MappedSuperclass equivalent annotation for mongoDB in spring?

How to replace table name with parameter value while using Spring Data JPA nativeQuery

Found 0 JPA repository interfaces after I ran my spring boot application [duplicate]

Spring JPA repository method query name for between

Spring Data JPA JPQL queries on parent interface

jpa spring-data-jpa jpql

In SpringBoot, does Transactional annotation still rollbacks the transaction if I catch the DataAccessException

Wrong number or types of arguments in call to stored procedure in Oracle using Spring Data Jpa

PostgresSQL + Spring JPA: org.postgresql.util.PSQLException: ERROR: cannot cast type bytea to timestamp without time zone

Spring Boot 3 JPA Specification not filtering with jakarta

How to Mock Pageable object using Mockito?

JpaRepository: Fetch specific lazy collections

JPARepository: Nothing Happens on deleteAll(); deleteAllInBatch() Works

Spring Boot Test seems to be creating H2 Test DB different than what I would expect

How query method of Spring Data JPA generate query?

SpringBoot JPA repository save method not working

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure when trying to build spring boot docker image

ERROR: null value in column "id" of relation xxx violates not-null constraint - Spring Data JPA