Search code examples
Spring boot 3 + Envers...

javaspring-bootmavenjpahibernate-envers

Read More
Empty Response in Java Spring Boot Hibernate JPA + PostgreSQL...

javaspring-boothibernaterestjpa

Read More
How to store date/time and timestamps in UTC time zone with JPA and Hibernate...

javahibernatedatetimejpatimezone

Read More
foreign key constraint violation when trying to clear a OneToOne relationship using a JoinTable...

javaspring-bootjpa

Read More
M:N association not fetched with Hibernate query...

javahibernatejpaormspring-data-jpa

Read More
Spring Data JPA: How to get AVG of a column?...

javaspringjpaspring-data-jpa

Read More
How should I manage dependencies between multiple microservices (with maven)?...

javaspringmavenjpa

Read More
Connection with MySql is being aborted automatically. How to configure Connector/J properly?...

javamysqlspringjpaconnection-timeout

Read More
How to fix error "Cannot resolve column..."...

mysqlspringjpaintellij-idea

Read More
Why does Hibernate execute two SELECT queries instead of one when using @ManyToOne(fetch = FetchType...

javahibernatejpaquarkusquarkus-panache

Read More
How to map PostgreSQL enum with JPA and Hibernate...

javapostgresqlhibernatejpaenums

Read More
Save id in both entities via Hibernate + JPA...

javahibernatejpaone-to-one

Read More
How do I stop Hibernate from deleting entities from DB which are not in list which I working with?...

javapostgresqlhibernatejpaspring-data

Read More
How to get the All table metadata in spring boot - JPA - hibernate?...

javaspringhibernatespring-bootjpa

Read More
Can I set readOnly false when I use findById with JPA...

javaspring-bootjpadatabase-replication

Read More
Soft deletion not propagating to child entities in Spring Boot JPA...

spring-boothibernatejpajoinsoft-delete

Read More
JPA: Mapping ManyToMany relationship refers to incorrect column name...

javajpaormspring-data-jpa

Read More
Getting the Value of the Discriminator Column...

jakarta-eejpa

Read More
What JPA + Hibernate data type should I use to support the vector extension in a PostgreSQL database...

postgresqlhibernatejpavector-databasepgvector

Read More
Why bi-directional mapping does not take value from both sides of the relationship?...

javaspring-boothibernatejpaspring-data-jpa

Read More
JPA one-to-many relationship not working properly...

javaspring-bootoopdebuggingjpa

Read More
How can one add constraints on existing tables via JPA / Hibernate?...

javapostgresqlspring-boothibernatejpa

Read More
Java Hibernate fetch not working correctly...

mysqlspringhibernatejpaspring-data-jpa

Read More
JPA in Spring multiple 1:M mappings retrieve results in JpaSystemException...

jpaspring-data-jpa

Read More
How to build a CriteriaQuery from SQL query...

javasqljpajava-8criteriabuilder

Read More
how to create table at runtime dynimically (with java, jpa, springboot )...

javaspring-bootjpaspring-data-jparuntime

Read More
ManyToMany Relationship with composite primary key...

springspring-bootkotlinjpa

Read More
Storing a Map<String,String> using JPA...

javajpaormjpa-2.0

Read More
No qualifying bean of type 'com.jpa.dao.UserRepository' available...

javaspringspring-boothibernatejpa

Read More
How can I remove Tight Coupling in SpringBoot with JPA...

javaspring-bootjpa

Read More
BackNext