SELECTs0_.item_idASitem_id_0,s0_.created_atAScreated_at_1,s0_.deleted_atASdeleted_at_2,s0_.nameASname_3,s0_.keyASkey_4FROMstatement_itemss0_WHERE (s0_.item_idIN (?)) AND (s0_.deleted_atISNULL)
SELECTs0_.item_idASitem_id_0,s0_.created_atAScreated_at_1,s0_.deleted_atASdeleted_at_2,s0_.nameASname_3,s0_.keyASkey_4FROMstatement_itemss0_WHERE
(
s0_.item_idIN (?)
)
AND (s0_.deleted_atISNULL)
SELECTs0_.item_idASitem_id_0,s0_.created_atAScreated_at_1,s0_.deleted_atASdeleted_at_2,s0_.nameASname_3,s0_.keyASkey_4FROMstatement_itemss0_WHERE (s0_.item_idIN ('2')) AND (s0_.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.