I don't know how to map the multi pk in EJB 2.0!
Do you have any solution or use other or-mapping tool?
3x.
-
How to map the multi PKs from Oracle 9i database? (1 messages)
- Posted by: jason chung
- Posted on: July 02 2004 10:57 EDT
Threaded Messages (1)
- Create a primary key class by Rakesh Malpani on July 02 2004 18:02 EDT
-
Create a primary key class[ Go to top ]
- Posted by: Rakesh Malpani
- Posted on: July 02 2004 18:02 EDT
- in response to jason chung
Create a primary key class with all the primary key
attributes in it. Define that class as the primary key
class in your deployment descriptor. That's it.. your done.
Hope this helps.
Regards,
Rakesh.