| Package | Description |
|---|---|
| org.apache.openejb.jee.jpa |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<JoinColumn> |
JoinTable.inverseJoinColumn |
protected List<JoinColumn> |
OneToMany.joinColumn |
protected List<JoinColumn> |
AssociationOverride.joinColumn |
protected List<JoinColumn> |
ManyToOne.joinColumn |
protected List<JoinColumn> |
CollectionTable.joinColumn |
protected List<JoinColumn> |
JoinTable.joinColumn |
protected List<JoinColumn> |
OneToOne.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> |
OneToMany.getJoinColumn()
Gets the value of the joinColumn property.
|
List<JoinColumn> |
AssociationOverride.getJoinColumn()
Gets the value of the joinColumn property.
|
List<JoinColumn> |
ManyToOne.getJoinColumn()
Gets the value of the joinColumn property.
|
List<JoinColumn> |
ManyToMany.getJoinColumn() |
List<JoinColumn> |
CollectionTable.getJoinColumn()
Gets the value of the joinColumn property.
|
List<JoinColumn> |
JoinTable.getJoinColumn()
Gets the value of the joinColumn property.
|
List<JoinColumn> |
OneToOne.getJoinColumn()
Gets the value of the joinColumn property.
|
List<JoinColumn> |
RelationField.getJoinColumn() |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.