You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an example would be deleting the advertisement if the user is deleted @OneToMany(cascade = CascadeType.ALL, mappedBy="User")
We can do this instead of manually deleting everyone of them by iterating through. see here
The text was updated successfully, but these errors were encountered:
an example would be deleting the advertisement if the user is deleted
@OneToMany(cascade = CascadeType.ALL, mappedBy="User")
We can do this instead of manually deleting everyone of them by iterating through.
see here
The text was updated successfully, but these errors were encountered: