SELECTw0_.work_idASwork_id_0,w0_.created_atAScreated_at_1,w0_.deleted_atASdeleted_at_2,w0_.keyASkey_3,w0_.nameASname_4,w0_.type_idAStype_id_5,w0_.group_idASgroup_id_6FROMwork_worksw0_WHERE (w0_.work_idIN (?,?,?,?,?,?,?,?,?,?)) AND (w0_.deleted_atISNULL) ORDER BYw0_.nameASC
SELECTw0_.work_idASwork_id_0,w0_.created_atAScreated_at_1,w0_.deleted_atASdeleted_at_2,w0_.keyASkey_3,w0_.nameASname_4,w0_.type_idAStype_id_5,w0_.group_idASgroup_id_6FROMwork_worksw0_WHERE
(
w0_.work_idIN (?,?,?,?,?,?,?,?,?,?)
)
AND (w0_.deleted_atISNULL)
ORDER BYw0_.nameASC
SELECTw0_.work_idASwork_id_0,w0_.created_atAScreated_at_1,w0_.deleted_atASdeleted_at_2,w0_.keyASkey_3,w0_.nameASname_4,w0_.type_idAStype_id_5,w0_.group_idASgroup_id_6FROMwork_worksw0_WHERE (w0_.work_idIN (29,18,21,15,11,5,20,3,25,7)) AND (w0_.deleted_atISNULL) ORDER BYw0_.nameASC;
The field Work\Entity\Work#prices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Work\Entity\Price#work does not contain the required 'inversedBy: "prices"' attribute.
The field Work\Entity\Group#works is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Work\Entity\Work#group does not contain the required 'inversedBy: "works"' attribute.
The field 'Work\Entity\WorkMaterial#count' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
The field 'Work\Entity\Price#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.