> 1) What is @ejb:primkey-field?  I'm on JBoss, seems like I don't want it,
> right?

depends.  as you probably know, you can have two types of primary keys in
entity beans - ones that map to one field, and ones that map to multiple
fields.

single field pk means you use the @ejb:bean primkey-field="id" (or whatever
your pk field is)
multiple field pk means that you put @ejb:pk-field on each primary key field
in your bean and xdoclet will do the rest.

cheers
dim





-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to