Open
Description
PersistentCollection::matching()
uses the entity persister, which in turn uses ResultSetMappingBuilder, which doesn't support inheritance. Trying to call matching()
throws an exception with the following message:
ResultSetMapping builder does not currently support your inheritance scheme
Is this fully intentional, or is this feature missing because of a lack of resources ? If I made a PR, would you be willing to accept it ?