Search code examples
Spring TransactionTemplate does not roll back JPA entity changes despite setRollbackOnly()...


spring-bootspring-data-jpa

Read More
How to support CRUD operations on user profile in Spring Boot when Keycloak manages user table?...


javaspring-bootspring-data-jpakeycloak

Read More
Could not execute statement; SQL [n/a] Caused by - Unknown column 'postback_data' in 'fi...


springspring-bootspring-mvcspring-data-jpa

Read More
What can prevent connection to return to connection pool and make it stay after transaction is done?...


spring-bootspring-data-jpavirtual-threadsbottleneck

Read More
Postgres empty varchar as null instead of empty string in Spring Data JPA...


javapostgresqlspring-data-jpa

Read More
Spring Data JPA. How to get only a list of IDs from findAll() method...


springspring-data-jpaspecificationscriteria-api

Read More
Problems with Hibernate startup logging after adding JPA with database in SpringBoot version 3.4.0...


spring-boothibernatespring-data-jpa

Read More
HQL select vs delete. Why delete with cross join doesn't work?...


hibernatespring-data-jpahql

Read More
PgConnection.getNotifications() is empty when using Hikari...


javapostgresqlspring-bootspring-data-jpahikaricp

Read More
How to initialize Specification of Spring Data JPA?...


javaspring-data-jpadynamicquery

Read More
How to log SQL statements with query param values in Spring Boot 3/Hibernate 6...


javaspring-boothibernatespring-data-jpa

Read More
Data written to DB in test not avaiable to REST call...


spring-bootkotlinspring-data-jpaspring-boot-test

Read More
Transaction in spring cloud stream with data base operations...


javaspring-data-jpatransactionsspring-cloud-stream

Read More
org.hibernate.query.QueryArgumentException: Argument [44] of type [java.lang.Integer] did not match ...


javaspring-boothibernatespring-data-jpajpql

Read More
How to use joins in JPQL constructor expressions?...


hibernatejpaspring-data-jpa

Read More
Spring Data JPA, use GROUP BY to return a list of rows grouped by a column...


javaspring-boothibernatespring-data-jpardbms

Read More
Do Jpa methods execute with or without transactions by default?...


hibernatespring-data-jpaspring-transactions

Read More
Spring Boot auto-configuration module disables app's own @Repository detection...


spring-bootmavenspring-data-jpamulti-modulespring-boot-autoconfiguration

Read More
Add dependencies but unable to connect H2-database on my Spring Boot Gradle-Groovy project...


spring-bootgradlegroovyspring-data-jpa

Read More
JPA with Postgres anomalously writes text in @Lob column as a number...


sqlpostgresqlspring-data-jpalob

Read More
Can Spring Data JPA Entity Manager createQuery() return an interface?...


javaspring-data-jpa

Read More
domain events registered during @PrePersist are not evaluated...


hibernatejpaspring-data-jpa

Read More
Should I use Instant or DateTime or LocalDateTime in Java entities?...


javaspring-bootdatespring-data-jpatimestamp

Read More
Spring Boot 2 - H2 Database - @SpringBootTest - Failing on org.h2.jdbc.JdbcSQLException: Table alrea...


jpaspring-bootspring-data-jpah2

Read More
Postgres sql Foreign constraint ON DELETE RESTRICT ON UPDATE CASCADE...


hibernatespring-data-jpapgadmin-4postgres15

Read More
How to customize JPA Sequence generator on Entity with @MappedSuperclass ancestor...


javahibernatespring-data-jpa

Read More
How to manage multiple JPA base entities (UUID, Long ID, Soft Delete) without redundant classes?...


javaspring-bootspring-data-jpaentityabstract-class

Read More
How to avoid LazyInitializationException when accessing nested lazy collections in Spring Batch with...


javaspringspring-data-jpaspring-batchlazy-loading

Read More
Exception "Error creating bean with name 'testEntityManager'" while run test in Ko...


spring-bootkotlinjpatestingspring-data-jpa

Read More
What could be the issue with this composite key and query setup in Spring Data JPA?...


javaspringspring-bootspring-data-jpaspring-data

Read More
BackNext