Search code examples
Java Spring Boot MySQL - Spring Dependency Injection Failing...


javaspring-bootmavencrud-repository

Read More
I have exception with CrudRepository: DbActionExecutionException: Failed to execute DbAction.UpdateR...


javaspring-bootspring-data-jpaspring-jdbccrud-repository

Read More
Trying to update an attribute that was saved with null value with another value in a DynamoDB table ...


javaspring-bootamazon-dynamodbcrud-repository

Read More
Hibernate attempting to insert null id in CrudRepository...


javaspringhibernateh2crud-repository

Read More
Best practice for returning a list from a repository in the service layer in Java...


javamodel-view-controllercrud-repository

Read More
How to be sure entered query is a SELECT and not a DDL or DML in JDBC...


sqlmysqlspring-bootjdbccrud-repository

Read More
java.lang.NullPointerException: Cannot invoke "com.proj.my.repository.OrderRepository.save(Obje...


mysqlspring-bootunit-testingjpacrud-repository

Read More
Interfacing with generic types...


javajpagenericscastingcrud-repository

Read More
Cannot delete entity with CrudRepository with foreign key constraint...


hibernatejpaspring-data-jpacrud-repository

Read More
SpringBoot CrudRepository trying to update instead of create new entity...


javaspring-bootrestcrud-repository

Read More
Cannot invoke "...." because the return value of "..." is null...


javaspringcrudcrud-repository

Read More
JdbcSQLIntegrityConstraintViolationException when inserting new entry after schema generated from cl...


javaspring-boothibernatecrud-repository

Read More
Getting 500 error when trying to query my db with JPA...


javaspringjpacrud-repository

Read More
Spring Data AWS DynamoDB Repository Find By Contains throws ClassCastException...


javaamazon-web-servicesamazon-dynamodbspring-datacrud-repository

Read More
How to insert a json body with multiple data to multiple tables with relationship in springboot...


javaspring-data-jpapostmanspring-restcontrollercrud-repository

Read More
Spring not saving many-to-many mapping in DB...


javaspringspring-datacrudcrud-repository

Read More
Is there any way to get all records by given value in a list using CrudRepository from DynamoDB?...


javaamazon-web-servicesspring-bootamazon-dynamodbcrud-repository

Read More
Incorrect auto-generated SQL query in Spring Boot (JPA) CrudRepository...


javapostgresqlspring-bootjpacrud-repository

Read More
IgniteRepository CrudRepository have the same erasure, yet neither overrides the other...


spring-bootignitecrud-repository

Read More
How to mock a repository method no matter the parameters with mockito...


javaspring-bootmockitospring-repositoriescrud-repository

Read More
Correct way to unit test CrudRepository.save()...


javaspring-bootjunitcrud-repository

Read More
Delete from a JPARepository with an EmbeddedId by a field in the primary key...


javaspring-data-jpacrud-repository

Read More
findbyID returns optional . setting this object to another object cause error...


javajpaspring-data-jpaoption-typecrud-repository

Read More
Spring JPA: Adding an entity with current user ID as foreign key...


spring-mvcspring-data-jpasavethymeleafcrud-repository

Read More
How to us a constructor with parameters in a method used by Spring Boot's @RestController annota...


spring-bootrestcrud-repository

Read More
CrudRepository - Hibernate - Overwrite existing model with manual set id...


javahibernatecrud-repository

Read More
BackNext