Hi List!

is JavaEOGenerator capable of sorting arrays alphabetical?

I (used to) generate methods with attribute-names as args.
EOGenerator knew about <$foreach Attribute [EMAIL PROTECTED] do$>
How can I do this with JavaEOGenerator?


It is quite unsatisfying to change your call to a method after every new generation because the order of the arguments did change like this:

public SomeClass someMethod(Integer arg1, OtherClass arg2, String arg3, String arg4)
to
public SomeClass someMethod(OtherClass arg2, Integer arg1, String arg3, String arg4)

And now think about this:
public SomeClass someMethod(Integer arg1, OtherClass arg2, String arg3, String arg4)
to
public SomeClass someMethod(OtherClass arg2, Integer arg1, String arg4, String arg3)

Is this going to change?

        atze



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to