Search code examples
How to establish a one-way OneToOne relationship?...


spring-boothibernatejpaspring-data-jpaorm

Read More
Cannot query Enum with Spring JPA and Postgresql...


postgresqlspring-data-jpaspring-data

Read More
Different between Query keywords Containing, IsContaining, Contains in Spring Data JPA...


javaspringspring-data-jpa

Read More
When updating an ElementCollection does it trigger the @PostUpdate of the containing object?...


javaspringjpaspring-data-jpaspring-data

Read More
Should I apply @Transactional(readOnly = true) to a simple query method?...


spring-boothibernatespring-data-jpaspring-transactions

Read More
Spring Boot JPA update using composite primary keys...


javapostgresqlspring-boothibernatespring-data-jpa

Read More
Spring Boot JPA native query for enum values...


javaspringjpaspring-data-jpa

Read More
JPA Native Query across multiple tables...


jpaspring-data-jpa

Read More
Spring getting validation error with pattern dd-MM-yyyy...


springspring-data-jpajava-timedate-formattinglocaldate

Read More
jpql query without params...


hibernatedatespring-data-jpa

Read More
Would the code in lambda run within the same transaction?...


javaspring-bootspring-data-jpa

Read More
Why do we have to use @Modifying annotation for queries in Data Jpa?...


javaspringspring-data-jpaspring-annotations

Read More
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
IllegalStateException: No suitable constructor found on interface despite @NoRepositoryBean...


javaspringspring-data-jpa

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


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
BackNext