Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.orm |
Modifier and Type | Field and Description |
---|---|
protected JaxbJoinTable |
JaxbOneToOne.joinTable |
protected JaxbJoinTable |
JaxbOneToMany.joinTable |
protected JaxbJoinTable |
JaxbManyToOne.joinTable |
protected JaxbJoinTable |
JaxbManyToMany.joinTable |
protected JaxbJoinTable |
JaxbAssociationOverride.joinTable |
Modifier and Type | Method and Description |
---|---|
JaxbJoinTable |
ObjectFactory.createJaxbJoinTable()
Create an instance of
JaxbJoinTable |
JaxbJoinTable |
JaxbOneToOne.getJoinTable()
Gets the value of the joinTable property.
|
JaxbJoinTable |
JaxbOneToMany.getJoinTable()
Gets the value of the joinTable property.
|
JaxbJoinTable |
JaxbManyToOne.getJoinTable()
Gets the value of the joinTable property.
|
JaxbJoinTable |
JaxbManyToMany.getJoinTable()
Gets the value of the joinTable property.
|
JaxbJoinTable |
JaxbAssociationOverride.getJoinTable()
Gets the value of the joinTable property.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbOneToOne.setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.
|
void |
JaxbOneToMany.setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.
|
void |
JaxbManyToOne.setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.
|
void |
JaxbManyToMany.setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.
|
void |
JaxbAssociationOverride.setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.