Search code examples
Spring Boot @OneToOne bidirectional relationship lazy loading does not work...

javaspringspring-bootspring-data-jpa

Read More
spring boot repository findAll() too slow...

javaspring-bootspring-data-jpa

Read More
Spring Boot TestContainers Mapped port can only be obtained after the container is started...

javaspring-data-jpatestcontainers

Read More
How to use array functions in JPA Query without using Native Query?...

javaspringspring-bootspring-data-jpa

Read More
Trying to figure out how to join/link 3 different spring boot entities...

javaspring-bootrestspring-data-jpamodel

Read More
Ignore field for query in spring-r2dbc...

spring-bootspring-data-jpaspring-dataspring-webfluxspring-data-r2dbc

Read More
Cannot resolve the name 'repository:repository' to a(n) 'type definition' component....

xmlspringspring-data-jpa

Read More
One to Many relationship, update data in spring boot is not working...

javaspringspring-bootspring-data-jpa

Read More
Spring @Transactional - isolation, propagation...

javaspring-data-jpatransactionsisolationpropagation

Read More
how to Resolve "could not initialize proxy - no session" error when using Spring repositor...

spring-boothibernatespring-data-jpamicroservicesmulti-tenant

Read More
Spring Boot JPA: Unable to add multiple products to cart - Duplicate entry error for unique constrai...

javaspring-bootspring-data-jpa

Read More
Getting next value from sequence with jpa repository in postgreSQL...

javapostgresqljpaspring-data-jpaspring-data

Read More
JPQL cant recognize column...

spring-bootjpaspring-data-jpajpql

Read More
Generated column isn't returned by save() when performing an update...

spring-bootspring-data-jpa

Read More
Check jsonb array element existence in spring data jpa native query...

javasqlpostgresqlspring-data-jpajsonb

Read More
Modify JAVA Optional Object and compare with its original data...

spring-bootspring-data-jpajava-8

Read More
Implementing Pagination using entity manager in spring...

springhibernatejpaspring-data-jpa

Read More
Spring Boot Redis Cache @CachePut is not updating the cache...

springspring-bootspring-data-jpaspring-cache

Read More
Spring Boot 3.4.0 lets integration tests with JPA/Hibernate fail...

javaspring-boothibernatespring-data-jpa

Read More
Why is my controller calling different API when there is no match API for the request?...

javaspring-bootspring-data-jpapostman

Read More
Hexagonal architecture with Spring Data...

javaspringspring-data-jpahexagonal-architecture

Read More
MapStruct mapper not mapping nested DTOs properly in spring boot...

javaspringspring-data-jpamapstruct

Read More
Single row is inserted into with saveAllAndFlush...

spring-bootspring-data-jpa

Read More
Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect):...

javaspring-bootspring-data-jpatransactionsoptimistic-locking

Read More
Is Java Spring JPA native query SQL injection proof?...

spring-data-jpasql-injection

Read More
Spring Data JPA - @Query annotation with qualifier for the database it applies to...

spring-boothibernatespring-data-jpa

Read More
Spring Repository won't instantiate/autowire in Configuration class...

javaspringspring-bootjpaspring-data-jpa

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

spring-bootkotlinspring-data-jpaspring-boot-test

Read More
Can I use Java 16 record with JPA entity?...

javaspring-bootjpaspring-data-jpajava-record

Read More
Spring Boot Application is not running Flyway migrations on startup...

javaspring-bootspring-data-jpadatabase-migrationflyway

Read More
BackNext