Details
Description
When having unknown (not cached by UnitOfWork) joined inheritance entity with natural identifier (GENERATOR_TYPE_NONE), method UnitOfWork::getEntityState() fails with SQL error:
Column not found: 1054 Unknown column 't1.file_id' in 'where clause'
Will attach testcase right after creating the issue.