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 ForeignKeyAssociationOverride. foreignKeyprotected ForeignKeyCollectionTable. foreignKeyprotected ForeignKeyJoinTable. foreignKeyprotected ForeignKeyManyToOne. foreignKeyprotected ForeignKeyOneToMany. foreignKeyprotected ForeignKeyOneToOne. foreignKeyprotected ForeignKeyJoinTable. inverseForeignKeyprotected ForeignKeyElementCollection. mapKeyForeignKeyprotected ForeignKeyManyToMany. mapKeyForeignKeyprotected ForeignKeyOneToMany. mapKeyForeignKeyprotected ForeignKeyEntity. primaryKeyForeignKeyprotected ForeignKeyOneToOne. primaryKeyForeignKeyprotected ForeignKeySecondaryTable. primaryKeyForeignKeyMethods in org.hibernate.jpamodelgen.xml.jaxb that return ForeignKey Modifier and Type Method Description ForeignKeyObjectFactory. createForeignKey()Create an instance ofForeignKeyForeignKeyAssociationOverride. getForeignKey()Gets the value of the foreignKey property.ForeignKeyCollectionTable. getForeignKey()Gets the value of the foreignKey property.ForeignKeyJoinTable. getForeignKey()Gets the value of the foreignKey property.ForeignKeyManyToOne. getForeignKey()Gets the value of the foreignKey property.ForeignKeyOneToMany. getForeignKey()Gets the value of the foreignKey property.ForeignKeyOneToOne. getForeignKey()Gets the value of the foreignKey property.ForeignKeyJoinTable. getInverseForeignKey()Gets the value of the inverseForeignKey property.ForeignKeyElementCollection. getMapKeyForeignKey()Gets the value of the mapKeyForeignKey property.ForeignKeyManyToMany. getMapKeyForeignKey()Gets the value of the mapKeyForeignKey property.ForeignKeyOneToMany. getMapKeyForeignKey()Gets the value of the mapKeyForeignKey property.ForeignKeyEntity. getPrimaryKeyForeignKey()Gets the value of the primaryKeyForeignKey property.ForeignKeyOneToOne. getPrimaryKeyForeignKey()Gets the value of the primaryKeyForeignKey property.ForeignKeySecondaryTable. 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 voidAssociationOverride. setForeignKey(ForeignKey value)Sets the value of the foreignKey property.voidCollectionTable. setForeignKey(ForeignKey value)Sets the value of the foreignKey property.voidJoinTable. setForeignKey(ForeignKey value)Sets the value of the foreignKey property.voidManyToOne. setForeignKey(ForeignKey value)Sets the value of the foreignKey property.voidOneToMany. setForeignKey(ForeignKey value)Sets the value of the foreignKey property.voidOneToOne. setForeignKey(ForeignKey value)Sets the value of the foreignKey property.voidJoinTable. setInverseForeignKey(ForeignKey value)Sets the value of the inverseForeignKey property.voidElementCollection. setMapKeyForeignKey(ForeignKey value)Sets the value of the mapKeyForeignKey property.voidManyToMany. setMapKeyForeignKey(ForeignKey value)Sets the value of the mapKeyForeignKey property.voidOneToMany. setMapKeyForeignKey(ForeignKey value)Sets the value of the mapKeyForeignKey property.voidEntity. setPrimaryKeyForeignKey(ForeignKey value)Sets the value of the primaryKeyForeignKey property.voidOneToOne. setPrimaryKeyForeignKey(ForeignKey value)Sets the value of the primaryKeyForeignKey property.voidSecondaryTable. setPrimaryKeyForeignKey(ForeignKey value)Sets the value of the primaryKeyForeignKey property.
-