Beginner |
 |
Joined: Tue Mar 27, 2007 4:54 am Posts: 47
|
Hi
I'm in a situation where I want one concrete type to be versioned but not the other types deriving from the the same base class. From the docs I read "<version> and <id> properties are assumed to be inherited from the root class". Does any know why nhibernate has this limitation? From my point of view, it would technicly be possible to place the version column on the table holding the concrete type.
Has anyone out there been struggling with this issue and maybe got a nice work around?
Maybe it just works if I use table per concrete class strategy? To be honest though, I have limited experience using that in the case I need bi-directional references (<any>?).
Thanks
Roger
|
|