Search code examples
getting infinite recursion with JPA hibernate by @OneToMany and @ManyToOne...

javahibernatespring-bootjpa

Read More
How to establish a one-way OneToOne relationship?...

spring-boothibernatejpaspring-data-jpaorm

Read More
JpaRepository getting Null at service class...

javaspringspring-boothibernatejpa

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

javaspringjpaspring-data-jpaspring-data

Read More
always force to update an Entity...

javaspring-boothibernatejpajparepository

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
Where should exceptions be throwed in a hexagonal architecture?...

springkotlinexceptionjpahexagonal-architecture

Read More
Transactions executed in Spring using external Tomcat twice faster than Spring embeded Tomcat...

springjpatomcatcachingeclipselink

Read More
Spring Boot MVC + Persistence - DTO, model, entity relationship and file structure...

javaspring-bootjpa

Read More
Hibernate performs a Delete on a Select...

javahibernatespringjpa

Read More
what is the right path to refer a jar file in jpa persistence.xml in a web app?...

hibernatejpapersistencejava-ee-6war

Read More
JPA Nested object persistence best practice...

javaspring-bootjpa

Read More
How to manually force a commit in a @Transactional method?...

javaspringjpaspring-dataspring-transactions

Read More
Correct use of flush() in JPA/Hibernate...

javahibernatejpatransactionspersistence

Read More
Why use returned instance after save() on Spring Data JPA Repository?...

javaspringjpaspring-dataspring-data-jpa

Read More
Hibernate, Spring. Multiple representations of the same entity are being merged...

javahibernatejpa

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

javajpaspring-data-jpaspring-datajpql

Read More
HsqlDb : how to make sure that data is really written to disk and crash resistant?...

javajpahsqldb

Read More
EntityManagerFactory is very slow to close...

javaspring-bootjpatestcontainers

Read More
@UniqueConstraint: Array constants have to be specified using the `Array(...)' factory method...

javajpaplayframeworkebean

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
Error: Parameter value did not match expected type...

jpajpql

Read More
My Spring Boot app doesn't identify my entities...

javaspringspring-bootmavenjpa

Read More
Why is "public" not allowed for properties in JPA entities?...

javajpajakarta-ee

Read More
How to retrieve the datasource used by a persistence unit programmatically...

hibernatejakarta-eejpajpa-2.0jboss7.x

Read More
Is it possible to use JpaRepository without entity?...

javaspring-bootjpa

Read More
JPQL and list of tuples as parameter for SELECT IN statements...

hibernatespring-bootjpakotlinjpql

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

javaspringjpaspring-data-jpacrud

Read More
BackNext