For your question 1), you can use file hibernate.reveng.xml, to config which table you want be excluded, so you can only generate the tables you want. (My email: [EMAIL PROTECTED])
Matthew Wu wrote: > > Hi, this is my first time use the forum, I am from Dalian China, thanks a > lot. > I have these problem, I don't know how to resolve. I use appfuse 2.0 > 1)how can I create a model for a table. because when I execute : mvn > appfuse:gen-model, which can create models for all tables that i create in > current databse. but in appfuse1.x, we can create model for one table by > appgen > 2)If the groupId in pom.xml is com.mycompany.app. when i excute: mvn > appfuse:gen-nodel, models created will be put into > com.mycompany.app.model. if i want to create models and put them in other > packake, such as com.bt.dqviewer.app.model. what can i do? when i excute > "mvn appfuse:gen", Will the generated code be put into relative packages ? > such as "com.bt.dqviewer.app.webapp.action"..... > -- View this message in context: http://www.nabble.com/how-to-create-a-model-for-a-table-and-some-other-problems-tf4611078s2369.html#a13209372 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
