Re: [Hibernate] Extending hbm files externally...

2003-11-01 Thread Max Rydahl Andersen
27;t clear, can we override methods from the parent mapping file? Thanks. Matt -Original Message- From: Max Rydahl Andersen [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 3:20 PM To: Matt Dowell Cc: [EMAIL PROTECTED] Subject: Re: [Hibernate] Extending hbm files externally..

Re: [Hibernate] Extending hbm files externally...

2003-10-31 Thread Max Rydahl Andersen
This is already possible in hibernate 2.1 /max Matt Dowell wrote: We are splitting out application into two separate databases (buyer and seller) but 80% of the tables and colums (and code) are the same, so we end up having a CORE library and a Seller and Buyer EAR. Is there any way to subclass

[Hibernate] Extending hbm files externally...

2003-10-31 Thread Matt Dowell
We are splitting out application into two separate databases (buyer and seller) but 80% of the tables and colums (and code) are the same, so we end up having a CORE library and a Seller and Buyer EAR. Is there any way to subclass a mapping file externally? i.e.. ... If not, any plans