Actually what i want is to do it in code level. Automate this class generation once we do modifications on xml files . I am creating a eclipse pluging for cayenne modeler (integration plugin).
On Tue, Jun 21, 2011 at 11:15 PM, Robert Zeigler < [email protected]> wrote: > In the "Code Generation" dialog, there are two tabs "Code Generator" and > "Entities". On the "Entities" tab, you can select which entities to > generate. > Also, if you select a particular object entity in the modeler, and then > tools->generate classes, the selected entity will be the only entity checked > for code generation by default. > > Robert > > On Jun 21, 2011, at 6/2112:33 PM , Eshan Sudharaka wrote: > > > Hi , > > When we do some modifications cayenne-eclipse-editor (after save action > > performed) it should regenerate required java classes.(with out > regenerating > > all java classes). For this matter i am referring CodeGeneratorController > > class and there what is does is run a full Java class generation ( in > > generateAction ) . Now I am working on this. > > -- > > *~Thanks & Regards~* > > *** > > * > > P.A.Eshan Sudharaka > > Dept of Computer Science and Engineering > > University of Moratuwa > > Sri Lanka > > http://esudharaka.blogspot.com/ > > -- *~Thanks & Regards~* *** * P.A.Eshan Sudharaka Dept of Computer Science and Engineering University of Moratuwa Sri Lanka http://esudharaka.blogspot.com/
