| Package | Description |
|---|---|
| org.hibernate.jpamodelgen.xml.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected List<JoinColumn> |
JoinTable.inverseJoinColumn |
protected List<JoinColumn> |
JoinTable.joinColumn |
protected List<JoinColumn> |
ManyToOne.joinColumn |
protected List<JoinColumn> |
OneToOne.joinColumn |
protected List<JoinColumn> |
CollectionTable.joinColumn |
protected List<JoinColumn> |
OneToMany.joinColumn |
protected List<JoinColumn> |
AssociationOverride.joinColumn |
| Modifier and Type | Method and Description |
|---|---|
JoinColumn |
ObjectFactory.createJoinColumn()
Create an instance of
JoinColumn |
| Modifier and Type | Method and Description |
|---|---|
List<JoinColumn> |
JoinTable.getInverseJoinColumn()
Gets the value of the inverseJoinColumn property.
|
List<JoinColumn> |
JoinTable.getJoinColumn()
Gets the value of the joinColumn property.
|
List<JoinColumn> |
ManyToOne.getJoinColumn()
Gets the value of the joinColumn property.
|
List<JoinColumn> |
OneToOne.getJoinColumn()
Gets the value of the joinColumn property.
|
List<JoinColumn> |
CollectionTable.getJoinColumn()
Gets the value of the joinColumn property.
|
List<JoinColumn> |
OneToMany.getJoinColumn()
Gets the value of the joinColumn property.
|
List<JoinColumn> |
AssociationOverride.getJoinColumn()
Gets the value of the joinColumn property.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.