I tried this
userRepository.delete(existingUser);
but got this error. How do I ignore foreign key constraint in hibernate
I tried this
userRepository.delete(existingUser);
but got this error. How do I ignore foreign key constraint in hibernate