NewBie: How to specify sql table creation order

2005-04-11 Thread Z N
Hi, I am a newbie to OJB. I am going thru the documentation and trying to create a couple of simple entities/relations. I am facing a problem : The sql that gets generated uses the wrong table creation first, my primary entities are created last and the dependent table sql gets generated

Re: NewBie: How to specify sql table creation order

2005-04-11 Thread Z N
Hi Tom, Thanks a lot for responding. I'm grappling with the basic concepts. I see, so instead of specifying an entity creation order, we'd rather let another tool (commons-sql) that can decipher primary and dependent entities, split them up, and order them by this distinction, and let it

Re: NewBie: How to specify sql table creation order

2005-04-11 Thread Z N
Hi Tom, Awesome. That was very insightful. I'll try it out now that I think I understand it much better. Thanks again. ZN --- Thomas Dudziak [EMAIL PROTECTED] wrote: I'm grappling with the basic concepts. I see, so instead of specifying an entity creation order, we'd rather

NewBie: How to specify sql table creation order

2005-04-11 Thread Z N
Hi, I am a newbie to OJB. I am going thru the documentation and trying to create a couple of simple entities/relations. I am facing a problem. I guess that option must be provided, but I am just not finding how to do it : The sql that gets generated uses the wrong table creation first, my