Package | Description |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected JoinTable |
AssociationOverride.joinTable |
protected JoinTable |
ManyToOne.joinTable |
protected JoinTable |
OneToOne.joinTable |
protected JoinTable |
OneToMany.joinTable |
protected JoinTable |
ManyToMany.joinTable |
Modifier and Type | Method and Description |
---|---|
JoinTable |
ObjectFactory.createJoinTable()
Create an instance of
JoinTable |
JoinTable |
AssociationOverride.getJoinTable()
Gets the value of the joinTable property.
|
JoinTable |
ManyToOne.getJoinTable()
Gets the value of the joinTable property.
|
JoinTable |
OneToOne.getJoinTable()
Gets the value of the joinTable property.
|
JoinTable |
OneToMany.getJoinTable()
Gets the value of the joinTable property.
|
JoinTable |
ManyToMany.getJoinTable()
Gets the value of the joinTable property.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociationOverride.setJoinTable(JoinTable value)
Sets the value of the joinTable property.
|
void |
ManyToOne.setJoinTable(JoinTable value)
Sets the value of the joinTable property.
|
void |
OneToOne.setJoinTable(JoinTable value)
Sets the value of the joinTable property.
|
void |
OneToMany.setJoinTable(JoinTable value)
Sets the value of the joinTable property.
|
void |
ManyToMany.setJoinTable(JoinTable value)
Sets the value of the joinTable property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.