Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
-
Packages that use ForeignKey Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of ForeignKey in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as ForeignKey Modifier and Type Field Description protected ForeignKey
AssociationOverride. foreignKey
protected ForeignKey
CollectionTable. foreignKey
protected ForeignKey
JoinTable. foreignKey
protected ForeignKey
ManyToOne. foreignKey
protected ForeignKey
OneToMany. foreignKey
protected ForeignKey
OneToOne. foreignKey
protected ForeignKey
JoinTable. inverseForeignKey
protected ForeignKey
ElementCollection. mapKeyForeignKey
protected ForeignKey
ManyToMany. mapKeyForeignKey
protected ForeignKey
OneToMany. mapKeyForeignKey
protected ForeignKey
Entity. primaryKeyForeignKey
protected ForeignKey
OneToOne. primaryKeyForeignKey
protected ForeignKey
SecondaryTable. primaryKeyForeignKey
Methods in org.hibernate.jpamodelgen.xml.jaxb that return ForeignKey Modifier and Type Method Description ForeignKey
ObjectFactory. createForeignKey()
Create an instance ofForeignKey
ForeignKey
AssociationOverride. getForeignKey()
Gets the value of the foreignKey property.ForeignKey
CollectionTable. getForeignKey()
Gets the value of the foreignKey property.ForeignKey
JoinTable. getForeignKey()
Gets the value of the foreignKey property.ForeignKey
ManyToOne. getForeignKey()
Gets the value of the foreignKey property.ForeignKey
OneToMany. getForeignKey()
Gets the value of the foreignKey property.ForeignKey
OneToOne. 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
ManyToMany. getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.ForeignKey
OneToMany. getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.ForeignKey
Entity. getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.ForeignKey
OneToOne. getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.ForeignKey
SecondaryTable. getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type ForeignKey Modifier and Type Method Description void
AssociationOverride. setForeignKey(ForeignKey value)
Sets the value of the foreignKey property.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
ManyToOne. setForeignKey(ForeignKey value)
Sets the value of the foreignKey property.void
OneToMany. setForeignKey(ForeignKey value)
Sets the value of the foreignKey property.void
OneToOne. 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
ManyToMany. setMapKeyForeignKey(ForeignKey value)
Sets the value of the mapKeyForeignKey property.void
OneToMany. setMapKeyForeignKey(ForeignKey value)
Sets the value of the mapKeyForeignKey property.void
Entity. setPrimaryKeyForeignKey(ForeignKey value)
Sets the value of the primaryKeyForeignKey property.void
OneToOne. setPrimaryKeyForeignKey(ForeignKey value)
Sets the value of the primaryKeyForeignKey property.void
SecondaryTable. setPrimaryKeyForeignKey(ForeignKey value)
Sets the value of the primaryKeyForeignKey property.
-