Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbForeignKey
-
Packages that use JaxbForeignKey Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbForeignKey in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbForeignKey Modifier and Type Field Description protected JaxbForeignKey
JaxbAssociationOverride. foreignKey
protected JaxbForeignKey
JaxbCollectionTable. foreignKey
protected JaxbForeignKey
JaxbJoinTable. foreignKey
protected JaxbForeignKey
JaxbManyToOne. foreignKey
protected JaxbForeignKey
JaxbOneToMany. foreignKey
protected JaxbForeignKey
JaxbOneToOne. foreignKey
protected JaxbForeignKey
JaxbJoinTable. inverseForeignKey
protected JaxbForeignKey
JaxbElementCollection. mapKeyForeignKey
protected JaxbForeignKey
JaxbManyToMany. mapKeyForeignKey
protected JaxbForeignKey
JaxbOneToMany. mapKeyForeignKey
protected JaxbForeignKey
JaxbEntity. primaryKeyForeignKey
protected JaxbForeignKey
JaxbOneToOne. primaryKeyForeignKey
protected JaxbForeignKey
JaxbSecondaryTable. primaryKeyForeignKey
Methods in org.hibernate.boot.jaxb.mapping that return JaxbForeignKey Modifier and Type Method Description JaxbForeignKey
ObjectFactory. createJaxbForeignKey()
Create an instance ofJaxbForeignKey
JaxbForeignKey
JaxbAssociationOverride. getForeignKey()
Gets the value of the foreignKey property.JaxbForeignKey
JaxbCollectionTable. getForeignKey()
Gets the value of the foreignKey property.JaxbForeignKey
JaxbJoinTable. getForeignKey()
Gets the value of the foreignKey property.JaxbForeignKey
JaxbManyToOne. getForeignKey()
Gets the value of the foreignKey property.JaxbForeignKey
JaxbOneToMany. getForeignKey()
Gets the value of the foreignKey property.JaxbForeignKey
JaxbOneToOne. 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
JaxbOneToOne. getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.JaxbForeignKey
JaxbSecondaryTable. getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbForeignKey Modifier and Type Method 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
JaxbJoinTable. setForeignKey(JaxbForeignKey value)
Sets the value of the foreignKey property.void
JaxbManyToOne. setForeignKey(JaxbForeignKey value)
Sets the value of the foreignKey property.void
JaxbOneToMany. setForeignKey(JaxbForeignKey value)
Sets the value of the foreignKey property.void
JaxbOneToOne. 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
JaxbOneToOne. setPrimaryKeyForeignKey(JaxbForeignKey value)
Sets the value of the primaryKeyForeignKey property.void
JaxbSecondaryTable. setPrimaryKeyForeignKey(JaxbForeignKey value)
Sets the value of the primaryKeyForeignKey property.
-