Search code examples
Why use returned instance after save() on Spring Data JPA Repository?...


javaspringjpaspring-dataspring-data-jpa

Read More
Why dirty checking doesn't work when updating entity in transaction...


javaspring-boothibernatespring-data-jpadirty-checking

Read More
Why does one delete statement cascade, but not the other?...


javajpaspring-data-jpaspring-datajpql

Read More
How to add a list of Predicates to CriteriaBuilder.or...


javajpaspring-data-jpahibernate-criteriapredicate

Read More
ConcurrentModificationException on JPA hibernate save spring/JPA/Java...


hibernatespring-bootjpaspring-data-jpa

Read More
Creating a custom query with Spring DATA JPA?...


mysqlsqlspringspring-dataspring-data-jpa

Read More
Combining DISTINCT and ORDER BY when ordering by nested property with JPA...


javaspring-data-jpajpql

Read More
JPA Metamodel doesn't generate sources after moving to spring boot 3 and java 17...


spring-bootspring-data-jpajava-17hibernate-6.x

Read More
How to find objects using JpaRepository with multiple non-requiered request parameters?...


javaspringjpaspring-data-jpacrud

Read More
Why has javax.persistence-api been replaced by jakarta.persistence-api in spring data jpa starter?...


javahibernatespring-bootjpaspring-data-jpa

Read More
application.propreties is ignored in spring...


spring-bootspring-data-jpa

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


spring-bootspring-data-jpa

Read More
Spring Data and JPA One to many with MapStruct...


javaspring-data-jpamapstruct

Read More
How to call a stored procedure in Spring Boot?...


springspring-boothibernatestored-proceduresspring-data-jpa

Read More
Synching JPA ManyToMany Relationship doesn't work as expected...


javapostgresqlspring-boothibernatespring-data-jpa

Read More
Does Liquibase within Spring Boot consider persistence query timeout...


springspring-bootjdbcspring-data-jpaliquibase

Read More
Detached entity is unexpectedly being flushed causing error...


springhibernatejpaspring-data-jpa

Read More
Display error validated by method in Thymeleaf...


javaspringvalidationspring-data-jpathymeleaf

Read More
Bidirectional relationships lead to a stack overflow error...


hibernatejpaspring-data-jpanhibernate-mappinghibernate-onetomany

Read More
Spring Data: JPA repository findAll() to return *Map instead of List?...


javaspring-bootspring-dataspring-data-jpa

Read More
Stream API convert entity to JSON...


javaspringjpaspring-data-jpajava-stream

Read More
I am testing my controllers in a project i have and im trying to use the annonation @WithMockUser bu...


spring-bootunit-testingspring-securityspring-data-jpajunit5

Read More
HHH000511: The 12.2.0 version for [org.hibernate.dialect.OracleDialect] is no longer supported...


spring-boothibernatespring-data-jpaojdbc

Read More
How to query @ElementCollection with Specifications...


javahibernatejpaspring-data-jpaspring-data

Read More
How to set @CreatedDate in the past (for testing)...


springjpatestingspring-data-jpa

Read More
How to call a stored procedure(PostgreSQL) with Spring JPA?...


springpostgresqlspring-data-jpaspring-data

Read More
Return Entity for static reference tables via mapstruct...


javaspring-bootspring-data-jpamapstruct

Read More
Hibernate @OneToMany FetchType.LAZY is not working...


spring-boothibernatespring-data-jpaone-to-many

Read More
Spring Data JPA: How can Query return Non- Entities Objects or List of Objects?...


jpaspring-data-jpa

Read More
Spring Data JPA NULL condition in Native Query not working...


javaspring-data-jpanativequery

Read More
BackNext