Spring Data JPA: Deep Dive
Types of Cascade Operations
Here are the main types of cascading:
PERSIST: when we insert the parent child data also insert
REMOVE: When we remove parent it child also removed
MERGE: when we update the parent it child also updates
REFRESH: The entity...
nithinmanupuri.hashnode.dev6 min read