server2020. 6. 8. 11:47

[spring boot]jpa save 이후, 객체 return 방법

 

save 하고 나서 return 객체를 하고 싶다. 제대로 들어 갔는지 client알리기 위해서다..

 

Object obj = Repository.saveAndFlush(Entity);

Posted by thdeodls85