Tagged Questions
3
votes
4answers
17k views
Need an example of a primary-key @OneToOne mapping in Hibernate
Can somebody please give me an example of a unidirectional @OneToOne primary-key mapping in Hibernate ? I've tried numerous combinations, and so far the best thing I've gotten is this :
@Entity
...
1
vote
4answers
699 views
@OneToOne annotoation problem (i think…)
im new in hibernate and JPA and i have some problems with annotations.
My target is to create this table in db (PERSON_TABLE with personal-details)
ID ADDRESS NAME SURNAME ...