Search code examples
Delete object from an entity with a OneToMany relationship between both using JPA in Spring Boot...

javaspring-bootjpaorm

Read More
JPQL query to find all entities that match to list of Embeddable objects...

javahibernatejpajpql

Read More
How to update entity attribute without loading JPA entity...

javajpaspring-data-jpa

Read More
JPA with Couchbase?...

javajpacouchbase

Read More
JPA cannot change column used in foreign key constraint...

javaspringdatabasejparelational-database

Read More
JPA ManyToOne with composite key...

jpaorm

Read More
Autogenerated field of embedded id is null after JPA persisting...

javahibernatejpapersist

Read More
How to join tables in Spring Data Reactive to query two tables in a Repository interface?...

jpaspring-data-jpaspring-data

Read More
How to set autogenerated Id manually?...

javahibernatejpa

Read More
Escaping the colon character ':' in JPA queries...

mysqljpajpql

Read More
How to properly express JPQL "join fetch" with "where" clause as JPA 2 CriteriaQ...

javajpacriteriajpa-2.0

Read More
Hibernate and no PK...

javadatabasehibernatejpa

Read More
JPA : How to convert a native query result set to POJO class collection...

javajpa

Read More
EmbeddedId mappedBy Spring Boot 3.1.4 not working...

springspring-boothibernatejpa

Read More
Could not set field value by reflection...

javaspringhibernatespring-bootjpa

Read More
How to fix detached entity passed to persist thrown by JPA and Hibernate...

javaspringhibernatejpa

Read More
Update nested entities in isolation from one another using JPA/Hibernate/Spring Boot...

javaspringhibernatejpaorm

Read More
Create relationship between 2 tables JPA...

javasqlspringjpa

Read More
NamedNativeQuery not defined in JPA entitty or one of its super classes...

javahibernatejpaquarkusquarkus-panache

Read More
Validation doesn't work on Hibernate Entity's fields...

javahibernatejpajakarta-validation

Read More
Spring jpa properties javax or jakarta?...

springjpajavax-validationjakarta-validation

Read More
The One-To-Many relationship is not working in my Spring Boot application with Postgres database...

javapostgresqlspring-bootjpaone-to-many

Read More
JPA repository interface...

javajpainterfacerepository

Read More
NonUniqueResultException thrown when using spring jpa "findtop"...

javaspringjpaspring-data-jpa

Read More
Quarkus Jakarta Persistence...

jpaquarkus

Read More
Building a domain model independent from JPA @PersistenceCreator or @NoArgsConstructor...

javaspringjpaspring-data-jpa

Read More
Average of difference between two dates using Hibernate JPA in SQL Server...

sql-serverhibernatespring-bootjpadatediff

Read More
JPQL - Calculate difference between Timestamps...

javamysqljpajpql

Read More
Hibernate ignoring discriminator column - always using 'dtype'...

javahibernatejpasingle-table-inheritancediscriminator

Read More
No converter found capable of converting from type to type...

springjpaspring-data-jpaconverters

Read More
BackNext