Re: [Hibernate] hibernate annotations and overriding

2005-02-03 Thread Lane Sharman
Hi Emmanual, I am continuing a history of DDL design tools in java and have jumped into Hibernate Annotations as a possible answer to creating a unified tool set for data base design management (hundreds of designs, thousands of tables). Here is my take on the general problem you describe. When

Re: [Hibernate] Index creation on PK (Hibernate3, Gupta SQL Base)

2005-02-03 Thread Max Rydahl Andersen
No - i mean that the unit tests in hibernate (under the test directory and run by doing "build junit" or run AllTest.java from inside your favorite IDE). These test will stress/functional test your dialect and db. -max Max, As I understand you mean that every method and newly added code must be

SV: [Hibernate] Index creation on PK (Hibernate3, Gupta SQL Base)

2005-02-03 Thread Max Andersen
Title: RE: [Hibernate] Index creation on PK (Hibernate3, Gupta SQL Base) Yes - all the unit tests.   -max Fra: Sergey Menis [mailto:[EMAIL PROTECTED]Sendt: to 03-02-2005 17:21Til: Max Andersen; hibernate-devel@lists.sourceforge.netEmne: RE: [Hibernate] Index creation on PK (Hibernate3,

RE: [Hibernate] Index creation on PK (Hibernate3, Gupta SQL Base)

2005-02-03 Thread Sergey Menis
Max, Thank you for your reply. It seems I am the only one, messing with SQLBase :) I have partially completed the SQLBaseDialect and patched the Configuration in addition to Dialect class. This works for my cases so far, yet I have to tested it properly. Once I have something "pretty" I will subm