Search code examples
What is difference between CrudRepository and JpaRepository interfaces in Spring Data JPA?...


javaspringspring-data-jpaspring-repositories

Read More
No qualifying bean of type 'com...' available: expected at least 1 bean which qualifies as a...


springspring-bootspring-mvcspring-repositories

Read More
How to fix "Field ... required a bean of type ... that could not be found" exception Sprin...


javaspringspring-bootspring-repositories

Read More
one-to-many: JPA generates wrong FK while using ddl-auto=create-drop...


javaspring-boothibernatejpaspring-repositories

Read More
How to use fixed values in Spring CrudRepository?...


javaspringspring-data-jpaspring-dataspring-repositories

Read More
How to distinct counting with Spring JPA Repository...


springspring-bootspring-data-jpaspring-repositories

Read More
Repository not deleting resources in H2 in-memory database...


springspring-bootspring-data-jpaspring-webfluxspring-repositories

Read More
Generate automatically Spring Data Repositories from JPA entities...


javaspring-bootspring-dataspring-data-jpaspring-repositories

Read More
Check date between two other dates spring data jpa...


javaspringspring-data-jpaspring-repositories

Read More
Spring data mongodb repository - How to exclude null/blank fields from query using the @Query annota...


springspring-data-mongodbspring-repositories

Read More
Spring: Native Query in batch using query annotation in a Repository?...


javaspring-bootspring-repositories

Read More
MongoDB and Spring Boot - Best way to update a Document?...


javamongodbrepositoryspring-mongodbspring-repositories

Read More
What is difference between Neo4jRepository and ReactiveNeo4jRepository?...


databasespring-dataspring-data-neo4jspring-repositories

Read More
SonarQube complains about JpaRepository method name...


spring-bootspring-data-jpasonarqubesonarqube-scanspring-repositories

Read More
Adding @deleteMapping to Spring Boot Rest service causes UnsatisifedDependencyException and NullPoin...


spring-bootspring-restspring-repositories

Read More
Spring Repository save() method doesn't return the rounded value...


springspring-bootspring-data-jpaspring-repositories

Read More
Spring Boot: Filter by using array...


phpsqlspring-boothibernatespring-repositories

Read More
Spring JPA no @Transnational on save JpaRepository...


hibernatespring-bootspring-data-jpaspring-repositories

Read More
How to use deleteById jpa repository if my id is a String?...


javaspring-bootjpaspring-data-jpaspring-repositories

Read More
How can I create queries with sort and where in MongoDB with Spring Repository interface?...


springmongodbspring-repositories

Read More
Spring batch RepositoryItemWriter not working...


spring-data-jpaspring-batchspring-repositoriesjava-17

Read More
Spring Data JPA Redis : Cannot write custom method based query...


spring-bootredisjava-8spring-data-jpaspring-repositories

Read More
How to delete a field in all documents of mongodb collection using MongoRepositoty @Query...


mongodbmongodb-queryspring-mongodbspring-repositories

Read More
Specify complex sorting criteria when requesting Spring Data JPA repository...


javaspring-data-jpaspring-repositoriesjpa-criteriapageable

Read More
Avoid ConcurrentModificationException on java stream using cache...


javacachingjava-streamspring-repositoriesconcurrentmodificationexception

Read More
Spring data repository not found at compile time...


springhibernaterepositoryspring-data-jpaspring-repositories

Read More
Error in creating bean userController caused by Could not create query for public abstract java.util...


javaspringspring-bootspring-repositories

Read More
Expose Association in Entity via Rest in Spring Boot...


spring-bootspring-data-jpaspring-repositories

Read More
Is it possible to create a generic repository that extends other interfaces that extend Spring's...


javaspringspring-repositories

Read More
JPA query to filter before, after and between optional start and end dates...


javasqlpostgresqlspring-data-jpaspring-repositories

Read More
BackNext