Update returns a builder for updating this Integration. Note that you need to call Integration.Unwrap() before calling this method if this Integration was returned from a transaction, and the transaction was committed or rolled back.
()
| 183 | // Note that you need to call Integration.Unwrap() before calling this method if this Integration |
| 184 | // was returned from a transaction, and the transaction was committed or rolled back. |
| 185 | func (_m *Integration) Update() *IntegrationUpdateOne { |
| 186 | return NewIntegrationClient(_m.config).UpdateOne(_m) |
| 187 | } |
| 188 | |
| 189 | // Unwrap unwraps the Integration entity that was returned from a transaction after it was closed, |
| 190 | // so that all future queries will be executed through the driver which created the transaction. |
nothing calls this directly
no test coverage detected