Mantis - Resin
Viewing Issue Advanced Details
362 minor always 08-22-05 00:00 11-30-05 14:42
francoisb  
 
high  
closed 3.0.14  
3.0.14 fixed  
none    
none 3.0.15  
0000362: Persistence 1.0: one2one relation
RSN-406
Hi:

When using one-to-one relation:

- one side of the relation must be annotated with a @ManyToOne tag (see the "HouseSymbol.java" in the attached file).

- the @OneToOne side must define the "targetEntity" attribute (see the "Course.java" in the attached file).


Francois
resin-pro-3.0.14, sun jdk 1.5.0_02, Linux 2.4.21, resin embedded db

Notes
(0000419)
ferg   
08-22-05 00:00   
ejb/0o03

The target side does need a mappedBy attribute.