I have many to many relation between user to role
USER ENTITY:
import java.util.HashSet; import java.util.Set; import javax.persistence.CascadeType; import
try saving the role also, you haven't stored the role after changing it in addrole function in user entity.