We are currently facing a challenge here, we are using custom types that we have registered with Dbal and the types are uuid_binary_ordered_time, the Mapper relations fail when primary keys are binary and stored in this type, infact it actually ignores.
We have tested with primary keys as strings and integeres and relations work fine. Has anyone of you ever tried this ?