AddEntityIDs adds the "entities" edge to the Entity entity by IDs.
(ids ...int)
| 1335 | |
| 1336 | // AddEntityIDs adds the "entities" edge to the Entity entity by IDs. |
| 1337 | func (uuo *UserUpdateOne) AddEntityIDs(ids ...int) *UserUpdateOne { |
| 1338 | uuo.mutation.AddEntityIDs(ids...) |
| 1339 | return uuo |
| 1340 | } |
| 1341 | |
| 1342 | // AddEntities adds the "entities" edges to the Entity entity. |
| 1343 | func (uuo *UserUpdateOne) AddEntities(e ...*Entity) *UserUpdateOne { |
no test coverage detected