Re: javaModelGenerator order of members

2008-03-10 Thread Corné A
Jeff, You're absolutely right I looked at a table view instead of a table, hence ... Thanks. > Abator generates fields first, then getters/setters for each field. The > order of members is the order in which the columns are returned from the > JDBC driver (should be based on the ordinal positio

Re: javaModelGenerator order of members

2008-03-10 Thread Jeff Butler
Abator generates fields first, then getters/setters for each field. The order of members is the order in which the columns are returned from the JDBC driver (should be based on the ordinal position of the column in the table unless there's a bug in your JDBC driver). This could be overridden by p

javaModelGenerator order of members

2008-03-10 Thread Corné A
The order of the generated members are not in exact table order. I can't make out a logical explanation of this behaviour. This would be handy for me in my WDSC or Rational Development Studio. How can I accomplish this ?