CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
crud-repository
07-30
other
SpringBoot CrudRepository trying to update instead of create new entity
07-20
Enterprise
Cannot invoke "...." because the return value of "..." is null
07-15
other
java.lang.NullPointerException in the field with @Autowired
04-22
front end
Getting 500 error when trying to query my db with JPA
02-20
OS
Incorrect auto-generated SQL query in Spring Boot (JPA) CrudRepository
02-14
Software engineering
JdbcSQLIntegrityConstraintViolationException when inserting new entry after schema generated from cl
02-14
Net
How to annotate id field to work with schema generated from class and initial data loaded from file?
12-10
Mobile
How to mock a repository method no matter the parameters with mockito
12-10
Mobile
Correct way to unit test CrudRepository.save()
12-04
Enterprise
findbyID returns optional . setting this object to another object cause error
11-29
Software engineering
Spring JPA: Adding an entity with current user ID as foreign key
10-29
database
CrudRepository return null
Links:
CodePudding