What do attributes "name" and "referencedColumnName" mean in @JoinColumn in JPA?
Issue
As for the following example regarding @JoinColumn in JPA:
@JoinColumn(name = "myname", referencedColumnName = "myrefcolumnname")
What is meant by name as opposed to referencedColumnName ? Are they supposed to be SQL column names or Java Field Names?
Environment
-
JBoss Enterprise Application Platform(EAP)
- 5.x
- 6.x
-
JPA
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
