Re: OR mapping with Oracle

2000-12-04 Thread wim veninga
Hegyi Tibor" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Monday, December 04, 2000 7:46 AM Subject: RE: OR mapping with Oracle Thanks for your reply. My PK class implements the Serializable interface (see code snippet in my first mail) but this does not h

RE: OR mapping with Oracle

2000-12-04 Thread Hegyi Tibor
o am still lost with this issue. Thanks! -Original Message- From: wim veninga [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 1:01 PM To: Orion-Interest Subject: Re: OR mapping with Oracle You can use complex OR mapping with orion, for instance if you have an compound PK object you can

OR mapping with Oracle

2000-12-01 Thread Hegyi Tibor
Hi guys, Coupld you please help with teh below problem? I haven't found any solution yet. I am using Orion 1.3.8, Oracle 8.1.5. I want to use a Compound object as a primary key to my CMP Entity Bean. This PK class has one public member key of int datatype. The PK class: public class ProductPK

RE: OR mapping with Oracle

2000-12-01 Thread J Davis
I beleive primary keys must be Serializalble. Try using an Integer object instead. Later Greg -Original Message- From: Hegyi Tibor [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 2:47 AM To: Orion-Interest Subject: OR mapping with Oracle Hi guys, Coupld you please help