Re: [Xdoclet-user] Hibernate: Using a base persistence class

2003-02-25 Thread Adam Sherman
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

Re: [Xdoclet-user] Hibernate: Using a base persistence class

2003-02-25 Thread Konstantin Priblouda
--- 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

[Xdoclet-user] Hibernate: Using a base persistence class

2003-02-24 Thread Adam Sherman
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?