Update returns a builder for updating this Organization. Note that you need to call Organization.Unwrap() before calling this method if this Organization was returned from a transaction, and the transaction was committed or rolled back.
()
| 338 | // Note that you need to call Organization.Unwrap() before calling this method if this Organization |
| 339 | // was returned from a transaction, and the transaction was committed or rolled back. |
| 340 | func (_m *Organization) Update() *OrganizationUpdateOne { |
| 341 | return NewOrganizationClient(_m.config).UpdateOne(_m) |
| 342 | } |
| 343 | |
| 344 | // Unwrap unwraps the Organization entity that was returned from a transaction after it was closed, |
| 345 | // so that all future queries will be executed through the driver which created the transaction. |
nothing calls this directly
no test coverage detected