On February 25, 2003 04:21 am, Konstantin Priblouda wrote:
> --- Adam Sherman <[EMAIL PROTECTED]> wrote:
> > I have an base class "Persistent" that all my
> > persistent class extend from. My
> > problem is that this class contains the basic fields
> > like "id" and I need the
> > generated hbms to
--- Adam Sherman <[EMAIL PROTECTED]> wrote:
> I have an base class "Persistent" that all my
> persistent class extend from. My
> problem is that this class contains the basic fields
> like "id" and I need the
> generated hbms to include these. However, there
> should be no mapping/table
> for P
I have an base class "Persistent" that all my persistent class extend from. My
problem is that this class contains the basic fields like "id" and I need the
generated hbms to include these. However, there should be no mapping/table
for Persistent itself since it is abstract.
How do I do this?