SELECTp0_.project_item_idASproject_item_id_0,p0_.nameASname_1,p0_.levelASlevel_2,p0_.created_atAScreated_at_3,p0_.deleted_atASdeleted_at_4,p0_.keyASkey_5,p0_.project_idASproject_id_6,p0_.item_idASitem_id_7,p0_.parent_idASparent_id_8FROMproject_projects_itemsp0_WHERE (p0_.project_item_idIN (?)) AND (p0_.deleted_atISNULL)
SELECTp0_.project_item_idASproject_item_id_0,p0_.nameASname_1,p0_.levelASlevel_2,p0_.created_atAScreated_at_3,p0_.deleted_atASdeleted_at_4,p0_.keyASkey_5,p0_.project_idASproject_id_6,p0_.item_idASitem_id_7,p0_.parent_idASparent_id_8FROMproject_projects_itemsp0_WHERE
(
p0_.project_item_idIN (?)
)
AND (p0_.deleted_atISNULL)
SELECTp0_.project_item_idASproject_item_id_0,p0_.nameASname_1,p0_.levelASlevel_2,p0_.created_atAScreated_at_3,p0_.deleted_atASdeleted_at_4,p0_.keyASkey_5,p0_.project_idASproject_id_6,p0_.item_idASitem_id_7,p0_.parent_idASparent_id_8FROMproject_projects_itemsp0_WHERE (p0_.project_item_idIN ('9')) AND (p0_.deleted_atISNULL);
The mappings Statement\Entity\ItemParameter#parameter and Statement\Entity\Parameter#items are inconsistent with each other.
The association Statement\Entity\ItemParameter#values refers to the owning side field Statement\Entity\ItemParameterValue#itemParametr which does not exist.
The field Statement\Entity\Formula#parameters is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Statement\Entity\FormulaParameter#formula does not contain the required 'inversedBy: "parameters"' attribute.