Search code examples
How to create bean for spring data jpa repository?...


javaspringspring-data-jpa

Read More
Custom method implementation in Spring Data fails with property not found error...


javaspringspring-bootspring-data-jpaspring-data

Read More
Spring Data Query with Specifications prevent multiple joins on AND...


springspring-bootspring-data-jpa

Read More
Spring Boot JPARepository .save() method inserts a new row when updating an enum attribute...


javaspringspring-bootspring-data-jpacrud

Read More
Spring Data, Specification, joined Lazy field...


jpaspring-data-jpa

Read More
Configure H2 database for testing Spring...


javaspring-boottestingspring-data-jpaspring-data

Read More
How to enforce validation on atleast one field being non null in JPA...


hibernatejpaspring-data-jpa

Read More
How do i insert a Point / MultiPolygon in postgres ( using postgis ) with Spring data JPA?...


javaspringspring-data-jpageometrypostgis

Read More
Strange behavior of Spring Data Elasticsearch with a Wildcard query using a '?'...


javaspring-bootelasticsearchspring-data-jpaspring-data-elasticsearch

Read More
(Spring Boot) Fields of a record in a record (annotated by @RequestBody) are not being validated...


springspring-bootspring-mvcspring-data-jpa

Read More
bean required in Spring application with JPARepository...


javaspringspring-data-jpaspring-datapom.xml

Read More
Spring Boot 3 JPA Specification not filtering with jakarta...


javaspring-bootspring-data-jpa

Read More
How to update entity attribute without loading JPA entity...


javajpaspring-data-jpa

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's the best approach to a partial update in Spring Data JPA?...


spring-bootspring-data-jpa

Read More
SQL Insert statement doesn't generate Id automatically...


springdatabasehibernatespring-data-jpa

Read More
Hibernate throws exception when trying to persist entity...


javaspring-boothibernatespring-data-jpa

Read More
How to join tables in Spring Data Reactive to query two tables in a Repository interface?...


jpaspring-data-jpaspring-data

Read More
Spring Boot Connection with PostgreSql...


javaspringpostgresqlspring-bootspring-data-jpa

Read More
Spring boot starter validations not working with postgres. Error excecuting DDL...


javapostgresqlspring-boothibernatespring-data-jpa

Read More
How to sort By Name and status Active for JPA repository query?...


javapostgresqlspring-data-jpajpa-2.2

Read More
Set Sequence Generator allocationSize to 1 for all subclasses via parent class...


javaspringspring-boothibernatespring-data-jpa

Read More
SpringBoot not able to find MySQL table while querying all records...


mysqlspringspring-bootspring-data-jpaspring-data

Read More
Left Join in Spring Data JPA's Specification...


javaspring-data-jpaspring-datajpa-2.0specifications

Read More
Connecting Spring application to MySQL ( Spring MVC, Spring Data JPA, Hibernate ) Old School way...


mysqlspringhibernatespring-mvcspring-data-jpa

Read More
returning Entity class in response body throws Infinite recursion (StackOverflowError)...


javaspring-bootspring-data-jpa

Read More
Query Postgres JSONB column timestamp property between two timestamps using Spring Data JPA...


javapostgresqlspring-bootspring-data-jpa

Read More
Query a postgres jsonb using spring jpa @query annotation...


postgresqlspring-data-jpa

Read More
Does spring-data-dynamodb library work with AWS SDK v2?...


amazon-web-servicesspring-bootspring-data-jpaamazon-dynamodb

Read More
How can I have Spring Data JPA keep the connection open without a transaction?...


javaspringhibernatespring-data-jpaspring-data

Read More
BackNext