javax.persistence.OneToOneThis annotation defines a single-valued association to another entity that has one-to-one multiplicity. It is not normally necessary to specify the associated target entity explicitly since it can usually be inferred from the type of the object being referenced.
Emmanuel - Bernard| Method from javax.persistence.OneToOne Summary: |
|---|
| cascade, fetch, mappedBy, optional, targetEntity |
| Method from javax.persistence.OneToOne Detail: |
|---|
|
|
|
|
|