In the spring security generated class UserRole or SecUserSecRole (you could call it whatever you choose) there is a command to make a new UserRole() and save it with .save(flush:flush, insert:true)
What does that mean? What is it doing differently from .save(flush:true)?
From the Grails docs: