Search code examples
Spring Boot 3.4.0 lets integration tests with JPA/Hibernate fail...


javaspring-boothibernatespring-data-jpa

Read More
Why is my controller calling different API when there is no match API for the request?...


javaspring-bootspring-data-jpapostman

Read More
Hexagonal architecture with Spring Data...


javaspringspring-data-jpahexagonal-architecture

Read More
MapStruct mapper not mapping nested DTOs properly in spring boot...


javaspringspring-data-jpamapstruct

Read More
Single row is inserted into with saveAllAndFlush...


spring-bootspring-data-jpa

Read More
Is Java Spring JPA native query SQL injection proof?...


spring-data-jpasql-injection

Read More
Spring Data JPA - @Query annotation with qualifier for the database it applies to...


spring-boothibernatespring-data-jpa

Read More
Spring Repository won't instantiate/autowire in Configuration class...


javaspringspring-bootjpaspring-data-jpa

Read More
Data written to DB in test not avaiable to REST call...


spring-bootkotlinspring-data-jpaspring-boot-test

Read More
Can I use Java 16 record with JPA entity?...


javaspring-bootjpaspring-data-jpajava-record

Read More
Spring Boot Application is not running Flyway migrations on startup...


javaspring-bootspring-data-jpadatabase-migrationflyway

Read More
What's the difference between Hibernate and Spring Data JPA...


javaspringhibernatejpaspring-data-jpa

Read More
Spring boot dont save id master into details fields...


spring-bootspring-data-jpa

Read More
Spring Boot - Hibernate - Table does not exists...


javaspringhibernatespring-bootspring-data-jpa

Read More
How to generate a ddl creation script with a modern Spring Boot + Data JPA and Hibernate setup?...


hibernatespring-bootspring-dataspring-data-jpa

Read More
Spring Data JPA is not able to find foreign key , it is always null...


javaspringspring-boothibernatespring-data-jpa

Read More
java.lang.IllegalArgumentException: Could not find class [org.springframework.jdbc.core.simple.JdbcC...


spring-bootspring-data-jpa

Read More
How to disable L1 Session caching with Spring Data JPA + Hibernate + PostgresSQL...


javapostgresqlhibernatejpaspring-data-jpa

Read More
How to catch check for Uniqueness in Spring Boot 3...


javaspring-bootspring-data-jpa

Read More
Spring data JPA returns unexpected result with scroll based query and operation precedence...


spring-bootkotlinspring-data-jpa

Read More
What is difference between CrudRepository and JpaRepository interfaces in Spring Data JPA?...


javaspringspring-data-jpaspring-repositories

Read More
Override Pageable max page size at controller level...


javaspringspring-bootspring-data-jpaspring-data

Read More
Error processing condition on org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfi...


spring-bootspring-data-jpa

Read More
Jackson Annotations not working in Spring Boot...


javaspring-boothibernatespring-data-jpajackson

Read More
How to filter on Hibernate fetch? Spring Data JPA, ManyToMany relation with a new entity, JPA specif...


javaspring-boothibernatespring-data-jpa

Read More
I don't know why @JsonManagedReference & @JsonBackReference & @JsonIgnore don't work...


javajsonspring-bootspring-data-jpaspring-data

Read More
@MappedSuperclass being assigned to a @OneToMany spring-data...


spring-data-jpaspring-data

Read More
Spring boot, execute custom query...


mysqlspringspring-bootspring-data-jpaentity

Read More
Javers - findChanges do not record/pick nested VO...


javaspringspring-bootspring-data-jpajavers

Read More
JpaSpecificationExecutor JOIN + ORDER BY in Specification...


javamysqljpaspring-data-jpacriteria-api

Read More
BackNext