You don’t need auto-incremented primary keys for your Entities anymore
Everyone knows that primary keys need for identifying rows (subjects) in database tables and for tables linking.
And databases are indifferent to what thees keys are in their nature.
But circumstances are not.
So why do you still use artificial autoincremented primary keys?