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