Search code examples
Is it possible to use raw SQL within a Spring Repository...


javahibernatespring-data-jpa

Read More
How to beautifully update a JPA entity in Spring Data?...


javaspringjpaspring-dataspring-data-jpa

Read More
Spring data DynamoDB pagination issue...


springspring-data-jpaspring-dataamazon-dynamodb

Read More
@LastModifiedDate is not updated with @ManyToMany relation...


springjpaspring-data-jpaspring-data

Read More
How to map JPA query results to a POJO?...


javaspringspring-data-jpapojo

Read More
JPA Metamodel doesn't generate sources after moving to spring boot 3 and java 17...


spring-bootspring-data-jpajava-17hibernate-6.x

Read More
Spring JPQL SELECT CASE WHEN returns Null instead of boolean value...


javapostgresqlhibernatespring-data-jpajpql

Read More
Spring Data JPA - Multiple EnableJpaRepositories...


springhibernatejpaspring-data-jpadatasource

Read More
Spring JPA selecting specific columns...


javajpaspring-data-jpa

Read More
Is there a way to have two spring boot jpa entities point to the same table?...


javaspring-boothibernatejpaspring-data-jpa

Read More
Why won't JPA let me save a ByteArray into a column of type bytea?...


postgresqlkotlinhibernatejpaspring-data-jpa

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


springjpaspring-data-jpaconverterslombok

Read More
Spring Data JPA: return empty List instead of null...


javahibernatejpaspring-data-jpaspring-data

Read More
How Spring Boot Handle Hibernate Session?...


javahibernatespring-bootjpaspring-data-jpa

Read More
Is it possible to use both Spring Data R2DBC and Spring Data JPA in a single Spring boot application...


spring-data-jpaspring-data-r2dbc

Read More
Spring Data JPA Interface Projection returns null values...


javaspring-boothibernatespring-data-jpaquarkus

Read More
Use @Param for query method parameters, or when on Java 8+ use the javac flag -parameters...


javahibernatespring-data-jpa

Read More
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
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
BackNext