Search code examples
Spring Boot: Field required a bean of type that could not be found...


javaspringspring-bootspring-data-jpa

Read More
JPA Many To Many relationship add method...


hibernatejpaspring-data-jpa

Read More
How can I query a unbuffered query in SQL Server with Hibernate?...


javasql-serverhibernatespring-data-jpaunbuffered-queries

Read More
Disable all Database related auto configuration in Spring Boot...


springhibernatespring-bootspring-dataspring-data-jpa

Read More
Spring boot localization from database...


spring-bootspring-data-jpalocalizationinternationalization

Read More
Testcontainers init script fails on DB initialized by liquibase...


postgresqlspring-data-jpaliquibasetestcontainers

Read More
How do you handle with bulk deleting by an array of IDs in Spring Data JPA?...


hibernatespring-mvcspring-dataspring-data-jpa

Read More
spring boot secondary datasource with primary auto configured...


spring-bootspring-data-jpa

Read More
Returned from Postgres timstamptz always in UTC...


javapostgresqlspring-data-jpa

Read More
Encoded password does not look like BCrypt...


javaspringspring-bootspring-data-jpa

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


javaspring-bootspring-data-jpadatabase-migrationflyway

Read More
Exception: org.springframework.core.convert.ConverterNotFoundException: No converter found capable o...


javaspring-bootspring-data-jpa

Read More
Hibernate: How to keep PostgreSQL enum type up-to-date with Java enum?...


springpostgresqlhibernatespring-data-jpahibernate-mapping

Read More
is @Transactional(isolation = Isolation.REPEATABLE_READ) enough for safe incrementing?...


javaspringspring-data-jpatransactions

Read More
Enumerate in entity creates "check" contraint when creating table...


postgresqlspring-boothibernatespring-data-jpa

Read More
Spring Boot (4.0.0) Cannot Connect to MongoDB in Docker Compose Network...


springspring-bootdockerspring-data-jpaspring-mongodb

Read More
Customize spring data jpa repository's query to avoid fetch eager fields...


springspring-bootspring-data-jpajpql

Read More
Hibernate Envers: How to capture who deleted an entity in audit table...


javaspringhibernatespring-data-jpahibernate-envers

Read More
Springboot JPA adding an associated entity to a new entity in a ManytoOne asssociation...


javaspringspring-boothibernatespring-data-jpa

Read More
How to declare a repository populator bean using java config instead of XML?...


javaspringjpaspring-dataspring-data-jpa

Read More
JPA recursive hierarchy read - StackOverflowError with FetchType.EAGER but LazyInitializationExcepti...


javaspring-bootjpaspring-data-jpa

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


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

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


springspring-data-jpaspecificationscriteria-api

Read More
How to prevent N+1 queries in Spring...


javaspring-bootspring-data-jpa

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


hibernatejpaspring-data-jpa

Read More
Mapping multiple subclasses to same Parent ID in JPA Joined Inheritance...


javaspringhibernatejpaspring-data-jpa

Read More
Spring JPA findAll() adding additional columns in where clause...


javaspring-bootspring-data-jpaquery-by-example

Read More
What is correct way to hide part of spring data repository methods...


javaspringspring-data-jpa

Read More
Spring Data JPA Specifications - Distinct + order by column in join...


javaspringhibernatespring-data-jpacriteria-api

Read More
Can I choose the name of my jpa repository?...


springrepositoryspring-dataspring-data-jpa

Read More
BackNext