How can I use constrained attribute in hibernate annotation onetoone mapping.

I mean what is the equivalent attribute of constrained to use in annotations?

link|improve this question
feedback

1 Answer

Only just seen this, the equivalent annotation is

@PrimaryKeyJoinColumn 

Hope this helps. There is more information here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.