SELECTp0_.project_item_parameter_idASproject_item_parameter_id_0,p0_.created_atAScreated_at_1,p0_.deleted_atASdeleted_at_2,p0_.project_item_idASproject_item_id_3,p0_.parameter_idASparameter_id_4FROMproject_projects_items_parametersp0_WHERE (p0_.project_item_parameter_idIN (?)) AND (p0_.deleted_atISNULL)
SELECTp0_.project_item_parameter_idASproject_item_parameter_id_0,p0_.created_atAScreated_at_1,p0_.deleted_atASdeleted_at_2,p0_.project_item_idASproject_item_id_3,p0_.parameter_idASparameter_id_4FROMproject_projects_items_parametersp0_WHERE
(
p0_.project_item_parameter_idIN (?)
)
AND (p0_.deleted_atISNULL)
SELECTp0_.project_item_parameter_idASproject_item_parameter_id_0,p0_.created_atAScreated_at_1,p0_.deleted_atASdeleted_at_2,p0_.project_item_idASproject_item_id_3,p0_.parameter_idASparameter_id_4FROMproject_projects_items_parametersp0_WHERE (p0_.project_item_parameter_idIN ('11')) 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.