Re: Questions on Customized Ibator Implementations

2009-03-05 Thread Jeff Butler
1. I'm not sure what you mean by "handle this". If you disable all the example methods and have no primary key, then Ibator will only generate an insert statement. IMHO, this makes Ibator almost useless! I'm guessing you mean that the tables have primary keys enforced by programming, just not co

Questions on Customized Ibator Implementations

2009-03-05 Thread aravind . s
Hello, I need to customize some of the ibator implementations. Am using Ibator 1.2.1. Kindly guide me with the following scenarios which I found cannot be handled by 'plugins': 1.) We don't have a primary key constraint in the data base. Is there a way to explicitly handle this