Global configuration for ID field name

All my entity IDs are mapped to fields with the table name as prefix, like:

TMyClass = class
private
[Column('MYCLASS_ID')]
FID: string;

So it would be useful to have a global configuration or an event that allowed me to configure this behavior in only one place and not in all my entities.