Suppose we have a interface A, and an implemenation
class A_Impl.
In this case, there is no discriminator column and
discrimator value. Can I use
<class name="A">
   ...
   <subclass name="A_Impl"/>
</class> 
to map this?

Or I have to use 
<class name="A_Impl>
..
</class>
and ignore the interface A?

Thanks
jason


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to