From: Roman S. <hib...@gr...> - 2002-07-18 19:47:36
|
Hi! I started to mess around with the source. I allready made the Schema Genarator work with my first test. At the moment the following questions came to my mind: - how about this version column? its just something that can be declared in one of the superclasses and should be inherited to the subclass - am i correct? Doing Inserts: I will have to do multiple Inserts. So if a polymorphic Class has it own table i will first call the parent classes insert Statement and then the classes own statement. The only question that arises is native key generation. I will try not to use native generation uneless this is the root table of the polymorphic chain and then use this key in the other inserts that follow. The source look quite nice and is mostly very readable. I hope I can keep the Standard. cheers roman |