liviraj
liviraj

Reputation: 67

One to one annotation

How can i use unique properties in one to one annotation?

Also I would like a list of properties available in one to one mapping.

Upvotes: 0

Views: 63

Answers (1)

pixelatedCat
pixelatedCat

Reputation: 312

For all available properties and how to use them, you only need to check docs for your correct version, go to the paragraph 'Optional Element Summary'

https://docs.oracle.com/javaee/6/api/javax/persistence/OneToOne.html

Upvotes: 2

Related Questions