Answer the question
In order to leave comments, you need to log in
How to add the received object to the collection using the CRUD interface?
When calling a method from the CRUD interface, we get an object and everything that goes into it (well, it’s clear that the chain can be large). The problem is how to save the object?
Test dataTest = TestRepository.findByStatus(StatusTest.DELETED).get(0);
String info = dataTest.getInfo;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question