[jboss-user] [JBoss Seam] - Re: seam-gen 1.1.7RC1
rengar
do-not-reply at jboss.com
Mon Feb 26 11:53:43 EST 2007
BD mysql composite primary-key:
| fields id1 --> type INTEGER
| fields id2 --> type INTEGER
|
Seam-gen put in entity-bean composite-Id:
| int id1;
| int id2;
|
And "home" bean call :
| if (objectId().getId1() == null && objectId().getId2()==null)
| ....
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022532#4022532
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022532
More information about the jboss-user
mailing list