Best way to run static class method from a string?
Best way to run static class method from a string?
- Subject: Best way to run static class method from a string?
- From: James Cicenia <email@hidden>
- Date: Tue, 09 Dec 2014 09:37:57 -0600
I have a string that is an EntityName. I want to run that entity’s static class method.
do I have to do this?:
EOEnterpriseObject myClass = EOUtilities.createAndInsertInstance( ec, entityName) ;
I really don’t want to create an instance.
Thanks James
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden