Hello,
I am somewhat new to EJB and entity beans. I am trying to write the tags
for my relationships. I have tables with compound primary keys. One
question I have is about the primkey-field of @ejb.bean. How do we handle
the situation where we have compound primary keys in our tables? I have
Should have looked more carefuly in the docs for "primkey-field"
attribute of @ejb.bean.
Sorry for this stupid question.
It is because of the heat I guess ...
Milen
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
D
Hi all,
Is it normal that in the example below there is no tag
generated in "ejb-jar.xml". If so, can someone explain why?
How can I tell XDoclet NOT to generate PK class, but add
tag?
Milen
Example:
/**
* @ejb.pk
* generate = "false"
* class = "java.lang.String"
*
*