(t int)
| 558 | } |
| 559 | |
| 560 | func (m *MetadataCreate) SetRawID(t int) *MetadataCreate { |
| 561 | m.mutation.SetRawID(t) |
| 562 | return m |
| 563 | } |
| 564 | |
| 565 | // MetadataCreateBulk is the builder for creating many Metadata entities in bulk. |
| 566 | type MetadataCreateBulk struct { |
nothing calls this directly
no outgoing calls
no test coverage detected