Update returns a builder for updating this Group. Note that you need to call Group.Unwrap() before calling this method if this Group was returned from a transaction, and the transaction was committed or rolled back.
()
| 173 | // Note that you need to call Group.Unwrap() before calling this method if this Group |
| 174 | // was returned from a transaction, and the transaction was committed or rolled back. |
| 175 | func (_m *Group) Update() *GroupUpdateOne { |
| 176 | return NewGroupClient(_m.config).UpdateOne(_m) |
| 177 | } |
| 178 | |
| 179 | // Unwrap unwraps the Group entity that was returned from a transaction after it was closed, |
| 180 | // so that all future queries will be executed through the driver which created the transaction. |
nothing calls this directly
no test coverage detected