Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbForeignKey
Packages that use JaxbForeignKey
-
Uses of JaxbForeignKey in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbForeignKeyModifier and TypeFieldDescriptionprotected JaxbForeignKeyJaxbAssociationOverride.foreignKeyprotected JaxbForeignKeyJaxbCollectionTable.foreignKeyprotected JaxbForeignKeyJaxbJoinTable.foreignKeyprotected JaxbForeignKeyJaxbManyToOne.foreignKeyprotected JaxbForeignKeyJaxbOneToMany.foreignKeyprotected JaxbForeignKeyJaxbOneToOne.foreignKeyprotected JaxbForeignKeyJaxbJoinTable.inverseForeignKeyprotected JaxbForeignKeyJaxbElementCollection.mapKeyForeignKeyprotected JaxbForeignKeyJaxbManyToMany.mapKeyForeignKeyprotected JaxbForeignKeyJaxbOneToMany.mapKeyForeignKeyprotected JaxbForeignKeyJaxbEntity.primaryKeyForeignKeyprotected JaxbForeignKeyJaxbOneToOne.primaryKeyForeignKeyprotected JaxbForeignKeyJaxbSecondaryTable.primaryKeyForeignKeyMethods in org.hibernate.boot.jaxb.mapping that return JaxbForeignKeyModifier and TypeMethodDescriptionObjectFactory.createJaxbForeignKey()Create an instance ofJaxbForeignKeyJaxbAssociationOverride.getForeignKey()Gets the value of the foreignKey property.JaxbCollectionTable.getForeignKey()Gets the value of the foreignKey property.JaxbJoinTable.getForeignKey()Gets the value of the foreignKey property.JaxbManyToOne.getForeignKey()Gets the value of the foreignKey property.JaxbOneToMany.getForeignKey()Gets the value of the foreignKey property.JaxbOneToOne.getForeignKey()Gets the value of the foreignKey property.JaxbJoinTable.getInverseForeignKey()Gets the value of the inverseForeignKey property.CollectionAttribute.getMapKeyForeignKey()JaxbElementCollection.getMapKeyForeignKey()Gets the value of the mapKeyForeignKey property.JaxbManyToMany.getMapKeyForeignKey()Gets the value of the mapKeyForeignKey property.JaxbOneToMany.getMapKeyForeignKey()Gets the value of the mapKeyForeignKey property.JaxbEntity.getPrimaryKeyForeignKey()Gets the value of the primaryKeyForeignKey property.JaxbOneToOne.getPrimaryKeyForeignKey()Gets the value of the primaryKeyForeignKey property.JaxbSecondaryTable.getPrimaryKeyForeignKey()Gets the value of the primaryKeyForeignKey property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbForeignKeyModifier and TypeMethodDescriptionvoidJaxbAssociationOverride.setForeignKey(JaxbForeignKey value) Sets the value of the foreignKey property.voidJaxbCollectionTable.setForeignKey(JaxbForeignKey value) Sets the value of the foreignKey property.voidJaxbJoinTable.setForeignKey(JaxbForeignKey value) Sets the value of the foreignKey property.voidJaxbManyToOne.setForeignKey(JaxbForeignKey value) Sets the value of the foreignKey property.voidJaxbOneToMany.setForeignKey(JaxbForeignKey value) Sets the value of the foreignKey property.voidJaxbOneToOne.setForeignKey(JaxbForeignKey value) Sets the value of the foreignKey property.voidJaxbJoinTable.setInverseForeignKey(JaxbForeignKey value) Sets the value of the inverseForeignKey property.voidCollectionAttribute.setMapKeyForeignKey(JaxbForeignKey value) voidJaxbElementCollection.setMapKeyForeignKey(JaxbForeignKey value) Sets the value of the mapKeyForeignKey property.voidJaxbManyToMany.setMapKeyForeignKey(JaxbForeignKey value) Sets the value of the mapKeyForeignKey property.voidJaxbOneToMany.setMapKeyForeignKey(JaxbForeignKey value) Sets the value of the mapKeyForeignKey property.voidJaxbEntity.setPrimaryKeyForeignKey(JaxbForeignKey value) Sets the value of the primaryKeyForeignKey property.voidJaxbOneToOne.setPrimaryKeyForeignKey(JaxbForeignKey value) Sets the value of the primaryKeyForeignKey property.voidJaxbSecondaryTable.setPrimaryKeyForeignKey(JaxbForeignKey value) Sets the value of the primaryKeyForeignKey property.