Search code examples
Spring Boot JPA update using composite primary keys...


javapostgresqlspring-boothibernatespring-data-jpa

Read More
always force to update an Entity...


javaspring-boothibernatejpajparepository

Read More
Hibernate 6.4 override @SoftDelete restriction to retrieve all the records...


javaspring-boothibernate

Read More
error processing @AttributeBinderType annotation '@org.hibernate.annotations.BatchSize...


spring-boothibernate

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
Using Enum in Hibernate causes select followed by an update statement...


hibernateenums

Read More
jpql query without params...


hibernatedatespring-data-jpa

Read More
javax.transaction.Transactional vs org.springframework.transaction.annotation.Transactional...


javaspringhibernatetransactionsjta

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


javahibernatejpatransactionspersistence

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


javaspring-boothibernatespring-data-jpadirty-checking

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


javahibernatejpa

Read More
What is the difference between DAO and Repository patterns?...


hibernatedomain-driven-designejb-3.0repository-patterndata-access-layer

Read More
Quarkus/Hibernate relationship between two tables...


javahibernatequarkusquarkus-panache

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


hibernatespring-bootjpaspring-data-jpa

Read More
Java / Hibernate - Write operations are not allowed in read-only mode...


javahibernatespringreadonly

Read More
Force a transactional rollback without encountering an exception?...


javahibernatespring

Read More
Map MariaDB geometry Point to custom Hibernate type...


javamysqlhibernatemariadbhibernate-mapping

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


hibernatejakarta-eejpajpa-2.0jboss7.x

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


hibernatespring-bootjpakotlinjpql

Read More
org.hibernate.PersistentObjectException: detached entity passed to persist...


hibernate

Read More
Spring Boot CRUD operations with hibernate...


javaspring-boothibernateannotationsmapping

Read More
What does the length attribute do when set on the @Column JPA annotation?...


javahibernatejpaannotations

Read More
@GeneratedValue(strategy = GenerationType.SEQUENCE) and startVaule...


javadatabasehibernate

Read More
Hibernate throws MultipleBagFetchException - cannot simultaneously fetch multiple bags...


javahibernatejpaone-to-manybag

Read More
Cannot be cast to java.io.Serializable...


javahibernatecriteria

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


springspring-boothibernatestored-proceduresspring-data-jpa

Read More
how to treat mysql json column with queryDSL?...


hibernatejpaquerydsl

Read More
ZonedDateTime with incorrect timezone fetched from database...


javaspringhibernatejdbczoneddatetime

Read More
How to dynamically generate SQL query based on user’s selections?...


javahibernatejpaeclipselink

Read More
BackNext