Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKeyImpl
Packages that use JaxbForeignKeyImpl
Package
Description
-
Uses of JaxbForeignKeyImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbForeignKeyImplModifier and TypeFieldDescriptionprotected JaxbForeignKeyImpl
JaxbJoinColumnImpl.foreignKey
protected JaxbForeignKeyImpl
JaxbJoinTableImpl.foreignKey
protected JaxbForeignKeyImpl
JaxbManyToOneImpl.foreignKey
protected JaxbForeignKeyImpl
JaxbMapKeyJoinColumnImpl.foreignKey
protected JaxbForeignKeyImpl
JaxbOneToManyImpl.foreignKey
protected JaxbForeignKeyImpl
JaxbOneToOneImpl.foreignKey
protected JaxbForeignKeyImpl
JaxbPrimaryKeyJoinColumnImpl.foreignKey
protected JaxbForeignKeyImpl
JaxbSecondaryTableImpl.foreignKey
protected JaxbForeignKeyImpl
JaxbAssociationOverrideImpl.foreignKeys
protected JaxbForeignKeyImpl
JaxbCollectionTableImpl.foreignKeys
protected JaxbForeignKeyImpl
JaxbJoinTableImpl.inverseForeignKey
protected JaxbForeignKeyImpl
JaxbElementCollectionImpl.mapKeyForeignKey
protected JaxbForeignKeyImpl
JaxbManyToManyImpl.mapKeyForeignKey
protected JaxbForeignKeyImpl
JaxbOneToManyImpl.mapKeyForeignKey
protected JaxbForeignKeyImpl
JaxbPluralAnyMappingImpl.mapKeyForeignKey
protected JaxbForeignKeyImpl
JaxbEntityImpl.primaryKeyForeignKey
protected JaxbForeignKeyImpl
JaxbOneToOneImpl.primaryKeyForeignKey
protected JaxbForeignKeyImpl
JaxbSecondaryTableImpl.primaryKeyForeignKey
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbForeignKeyImplModifier and TypeMethodDescriptionObjectFactory.createJaxbForeignKeyImpl()
Create an instance ofJaxbForeignKeyImpl
JaxbJoinColumnImpl.getForeignKey()
Gets the value of the foreignKey property.JaxbJoinTableImpl.getForeignKey()
Gets the value of the foreignKey property.JaxbManyToOneImpl.getForeignKey()
Gets the value of the foreignKey property.JaxbMapKeyJoinColumnImpl.getForeignKey()
Gets the value of the foreignKey property.JaxbOneToManyImpl.getForeignKey()
Gets the value of the foreignKey property.JaxbOneToOneImpl.getForeignKey()
Gets the value of the foreignKey property.JaxbPrimaryKeyJoinColumnImpl.getForeignKey()
Gets the value of the foreignKey property.JaxbSecondaryTableImpl.getForeignKey()
Gets the value of the foreignKey property.JaxbAssociationOverrideImpl.getForeignKeys()
Gets the value of the foreignKeys property.JaxbCollectionTableImpl.getForeignKeys()
Gets the value of the foreignKeys property.JaxbJoinTableImpl.getInverseForeignKey()
Gets the value of the inverseForeignKey property.JaxbElementCollectionImpl.getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.JaxbManyToManyImpl.getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.JaxbOneToManyImpl.getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.JaxbPluralAnyMappingImpl.getMapKeyForeignKey()
Gets the value of the mapKeyForeignKey property.JaxbPluralAttribute.getMapKeyForeignKey()
@Nullable JaxbForeignKeyImpl
JaxbEntity.getPrimaryKeyForeignKey()
JaxbEntityImpl.getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.JaxbOneToOneImpl.getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.JaxbSecondaryTableImpl.getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbForeignKeyImplModifier and TypeMethodDescriptionvoid
JaxbJoinColumnImpl.setForeignKey
(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.void
JaxbJoinTableImpl.setForeignKey
(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.void
JaxbManyToOneImpl.setForeignKey
(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.void
JaxbMapKeyJoinColumnImpl.setForeignKey
(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.void
JaxbOneToManyImpl.setForeignKey
(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.void
JaxbOneToOneImpl.setForeignKey
(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.void
JaxbPrimaryKeyJoinColumnImpl.setForeignKey
(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.void
JaxbSecondaryTableImpl.setForeignKey
(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.void
JaxbAssociationOverrideImpl.setForeignKeys
(JaxbForeignKeyImpl value) Sets the value of the foreignKeys property.void
JaxbCollectionTableImpl.setForeignKeys
(JaxbForeignKeyImpl value) Sets the value of the foreignKeys property.void
JaxbJoinTableImpl.setInverseForeignKey
(JaxbForeignKeyImpl value) Sets the value of the inverseForeignKey property.void
JaxbElementCollectionImpl.setMapKeyForeignKey
(JaxbForeignKeyImpl value) Sets the value of the mapKeyForeignKey property.void
JaxbManyToManyImpl.setMapKeyForeignKey
(JaxbForeignKeyImpl value) Sets the value of the mapKeyForeignKey property.void
JaxbOneToManyImpl.setMapKeyForeignKey
(JaxbForeignKeyImpl value) Sets the value of the mapKeyForeignKey property.void
JaxbPluralAnyMappingImpl.setMapKeyForeignKey
(JaxbForeignKeyImpl value) Sets the value of the mapKeyForeignKey property.void
JaxbPluralAttribute.setMapKeyForeignKey
(JaxbForeignKeyImpl value) void
JaxbEntity.setPrimaryKeyForeignKey
(@Nullable JaxbForeignKeyImpl value) void
JaxbEntityImpl.setPrimaryKeyForeignKey
(JaxbForeignKeyImpl value) Sets the value of the primaryKeyForeignKey property.void
JaxbOneToOneImpl.setPrimaryKeyForeignKey
(JaxbForeignKeyImpl value) Sets the value of the primaryKeyForeignKey property.void
JaxbSecondaryTableImpl.setPrimaryKeyForeignKey
(JaxbForeignKeyImpl value) Sets the value of the primaryKeyForeignKey property. -
Uses of JaxbForeignKeyImpl in org.hibernate.boot.jaxb.mapping.spi.db
Methods in org.hibernate.boot.jaxb.mapping.spi.db that return JaxbForeignKeyImpl -
Uses of JaxbForeignKeyImpl in org.hibernate.boot.models.xml.internal.db
Methods in org.hibernate.boot.models.xml.internal.db with parameters of type JaxbForeignKeyImplModifier and TypeMethodDescriptionstatic void
ForeignKeyProcessing.applyForeignKey
(JaxbForeignKeyImpl jaxbForeignKey, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) static ForeignKey
ForeignKeyProcessing.createForeignKeyAnnotation
(JaxbForeignKeyImpl jaxbForeignKey, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) static ForeignKeyJpaAnnotation
ForeignKeyProcessing.createNestedForeignKeyAnnotation
(JaxbForeignKeyImpl jaxbForeignKey, XmlDocumentContext xmlDocumentContext)