Package | Description |
---|---|
org.hibernate.boot.jaxb.mapping.spi |
Modifier and Type | Field and Description |
---|---|
protected JaxbForeignKey |
JaxbAssociationOverride.foreignKey |
protected JaxbForeignKey |
JaxbCollectionTable.foreignKey |
protected JaxbForeignKey |
JaxbOneToOne.foreignKey |
protected JaxbForeignKey |
JaxbJoinTable.foreignKey |
protected JaxbForeignKey |
JaxbOneToMany.foreignKey |
protected JaxbForeignKey |
JaxbManyToOne.foreignKey |
protected JaxbForeignKey |
JaxbJoinTable.inverseForeignKey |
protected JaxbForeignKey |
JaxbElementCollection.mapKeyForeignKey |
protected JaxbForeignKey |
JaxbManyToMany.mapKeyForeignKey |
protected JaxbForeignKey |
JaxbOneToMany.mapKeyForeignKey |
protected JaxbForeignKey |
JaxbEntity.primaryKeyForeignKey |
protected JaxbForeignKey |
JaxbSecondaryTable.primaryKeyForeignKey |
protected JaxbForeignKey |
JaxbOneToOne.primaryKeyForeignKey |
Modifier and Type | Method and Description |
---|---|
JaxbForeignKey |
ObjectFactory.createJaxbForeignKey()
Create an instance of
JaxbForeignKey |
JaxbForeignKey |
JaxbAssociationOverride.getForeignKey()
Gets the value of the foreignKey property.
|
JaxbForeignKey |
JaxbCollectionTable.getForeignKey()
Gets the value of the foreignKey property.
|
JaxbForeignKey |
JaxbOneToOne.getForeignKey()
Gets the value of the foreignKey property.
|
JaxbForeignKey |
JaxbJoinTable.getForeignKey()
Gets the value of the foreignKey property.
|
JaxbForeignKey |
JaxbOneToMany.getForeignKey()
Gets the value of the foreignKey property.
|
JaxbForeignKey |
JaxbManyToOne.getForeignKey()
Gets the value of the foreignKey property.
|
JaxbForeignKey |
JaxbJoinTable.getInverseForeignKey()
Gets the value of the inverseForeignKey property.
|
JaxbForeignKey |
CollectionAttribute.getMapKeyForeignKey() |
JaxbForeignKey |
JaxbElementCollection.getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.
|
JaxbForeignKey |
JaxbManyToMany.getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.
|
JaxbForeignKey |
JaxbOneToMany.getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.
|
JaxbForeignKey |
JaxbEntity.getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.
|
JaxbForeignKey |
JaxbSecondaryTable.getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.
|
JaxbForeignKey |
JaxbOneToOne.getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbAssociationOverride.setForeignKey(JaxbForeignKey value)
Sets the value of the foreignKey property.
|
void |
JaxbCollectionTable.setForeignKey(JaxbForeignKey value)
Sets the value of the foreignKey property.
|
void |
JaxbOneToOne.setForeignKey(JaxbForeignKey value)
Sets the value of the foreignKey property.
|
void |
JaxbJoinTable.setForeignKey(JaxbForeignKey value)
Sets the value of the foreignKey property.
|
void |
JaxbOneToMany.setForeignKey(JaxbForeignKey value)
Sets the value of the foreignKey property.
|
void |
JaxbManyToOne.setForeignKey(JaxbForeignKey value)
Sets the value of the foreignKey property.
|
void |
JaxbJoinTable.setInverseForeignKey(JaxbForeignKey value)
Sets the value of the inverseForeignKey property.
|
void |
CollectionAttribute.setMapKeyForeignKey(JaxbForeignKey value) |
void |
JaxbElementCollection.setMapKeyForeignKey(JaxbForeignKey value)
Sets the value of the mapKeyForeignKey property.
|
void |
JaxbManyToMany.setMapKeyForeignKey(JaxbForeignKey value)
Sets the value of the mapKeyForeignKey property.
|
void |
JaxbOneToMany.setMapKeyForeignKey(JaxbForeignKey value)
Sets the value of the mapKeyForeignKey property.
|
void |
JaxbEntity.setPrimaryKeyForeignKey(JaxbForeignKey value)
Sets the value of the primaryKeyForeignKey property.
|
void |
JaxbSecondaryTable.setPrimaryKeyForeignKey(JaxbForeignKey value)
Sets the value of the primaryKeyForeignKey property.
|
void |
JaxbOneToOne.setPrimaryKeyForeignKey(JaxbForeignKey value)
Sets the value of the primaryKeyForeignKey property.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.