Package | Description |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected ForeignKey |
CollectionTable.foreignKey |
protected ForeignKey |
JoinTable.foreignKey |
protected ForeignKey |
AssociationOverride.foreignKey |
protected ForeignKey |
ManyToOne.foreignKey |
protected ForeignKey |
OneToOne.foreignKey |
protected ForeignKey |
OneToMany.foreignKey |
protected ForeignKey |
JoinTable.inverseForeignKey |
protected ForeignKey |
ElementCollection.mapKeyForeignKey |
protected ForeignKey |
OneToMany.mapKeyForeignKey |
protected ForeignKey |
ManyToMany.mapKeyForeignKey |
protected ForeignKey |
OneToOne.primaryKeyForeignKey |
protected ForeignKey |
Entity.primaryKeyForeignKey |
protected ForeignKey |
SecondaryTable.primaryKeyForeignKey |
Modifier and Type | Method and Description |
---|---|
ForeignKey |
ObjectFactory.createForeignKey()
Create an instance of
ForeignKey |
ForeignKey |
CollectionTable.getForeignKey()
Gets the value of the foreignKey property.
|
ForeignKey |
JoinTable.getForeignKey()
Gets the value of the foreignKey property.
|
ForeignKey |
AssociationOverride.getForeignKey()
Gets the value of the foreignKey property.
|
ForeignKey |
ManyToOne.getForeignKey()
Gets the value of the foreignKey property.
|
ForeignKey |
OneToOne.getForeignKey()
Gets the value of the foreignKey property.
|
ForeignKey |
OneToMany.getForeignKey()
Gets the value of the foreignKey property.
|
ForeignKey |
JoinTable.getInverseForeignKey()
Gets the value of the inverseForeignKey property.
|
ForeignKey |
ElementCollection.getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.
|
ForeignKey |
OneToMany.getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.
|
ForeignKey |
ManyToMany.getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.
|
ForeignKey |
OneToOne.getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.
|
ForeignKey |
Entity.getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.
|
ForeignKey |
SecondaryTable.getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionTable.setForeignKey(ForeignKey value)
Sets the value of the foreignKey property.
|
void |
JoinTable.setForeignKey(ForeignKey value)
Sets the value of the foreignKey property.
|
void |
AssociationOverride.setForeignKey(ForeignKey value)
Sets the value of the foreignKey property.
|
void |
ManyToOne.setForeignKey(ForeignKey value)
Sets the value of the foreignKey property.
|
void |
OneToOne.setForeignKey(ForeignKey value)
Sets the value of the foreignKey property.
|
void |
OneToMany.setForeignKey(ForeignKey value)
Sets the value of the foreignKey property.
|
void |
JoinTable.setInverseForeignKey(ForeignKey value)
Sets the value of the inverseForeignKey property.
|
void |
ElementCollection.setMapKeyForeignKey(ForeignKey value)
Sets the value of the mapKeyForeignKey property.
|
void |
OneToMany.setMapKeyForeignKey(ForeignKey value)
Sets the value of the mapKeyForeignKey property.
|
void |
ManyToMany.setMapKeyForeignKey(ForeignKey value)
Sets the value of the mapKeyForeignKey property.
|
void |
OneToOne.setPrimaryKeyForeignKey(ForeignKey value)
Sets the value of the primaryKeyForeignKey property.
|
void |
Entity.setPrimaryKeyForeignKey(ForeignKey value)
Sets the value of the primaryKeyForeignKey property.
|
void |
SecondaryTable.setPrimaryKeyForeignKey(ForeignKey value)
Sets the value of the primaryKeyForeignKey property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.