El Gringo wrote:
while mapping my classes I came to the point where I had to map my interfaces. Most things I read about it, was to map interfaces as classes.
Even when mapping it as table-per-class I do not feel very lucky with this technic.
Is there another practice for this case?
I have not been able to figure out how could be possible to restore interface from database record WITHOUT knowing the actual class that implemented it. If You can figure it out, You can propably write mapping for it also..
Gert