i read that in order to map a lass using Castle ActiveRecord the class must have a primary key (surrogate or composite)
now, suppose i have a table which i only want to use it for reading and the table doesn't have surrogate key and natural composite key neither
is there any way to be able to still have some manually Guid (or other id) generation to make it possible to map the class??
again, the table is used ONLY for reading purposes