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 JaxbForeignKeyImplJaxbJoinColumnImpl.foreignKeyprotected JaxbForeignKeyImplJaxbJoinTableImpl.foreignKeyprotected JaxbForeignKeyImplJaxbManyToOneImpl.foreignKeyprotected JaxbForeignKeyImplJaxbMapKeyJoinColumnImpl.foreignKeyprotected JaxbForeignKeyImplJaxbOneToManyImpl.foreignKeyprotected JaxbForeignKeyImplJaxbOneToOneImpl.foreignKeyprotected JaxbForeignKeyImplJaxbPrimaryKeyJoinColumnImpl.foreignKeyprotected JaxbForeignKeyImplJaxbSecondaryTableImpl.foreignKeyprotected JaxbForeignKeyImplJaxbAssociationOverrideImpl.foreignKeysprotected JaxbForeignKeyImplJaxbCollectionTableImpl.foreignKeysprotected JaxbForeignKeyImplJaxbJoinTableImpl.inverseForeignKeyprotected JaxbForeignKeyImplJaxbElementCollectionImpl.mapKeyForeignKeyprotected JaxbForeignKeyImplJaxbManyToManyImpl.mapKeyForeignKeyprotected JaxbForeignKeyImplJaxbOneToManyImpl.mapKeyForeignKeyprotected JaxbForeignKeyImplJaxbPluralAnyMappingImpl.mapKeyForeignKeyprotected JaxbForeignKeyImplJaxbEntityImpl.primaryKeyForeignKeyprotected JaxbForeignKeyImplJaxbOneToOneImpl.primaryKeyForeignKeyprotected JaxbForeignKeyImplJaxbSecondaryTableImpl.primaryKeyForeignKeyMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbForeignKeyImplModifier and TypeMethodDescriptionObjectFactory.createJaxbForeignKeyImpl()Create an instance ofJaxbForeignKeyImplJaxbJoinColumnImpl.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 JaxbForeignKeyImplJaxbEntity.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 TypeMethodDescriptionvoidJaxbJoinColumnImpl.setForeignKey(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.voidJaxbJoinTableImpl.setForeignKey(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.voidJaxbManyToOneImpl.setForeignKey(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.voidJaxbMapKeyJoinColumnImpl.setForeignKey(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.voidJaxbOneToManyImpl.setForeignKey(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.voidJaxbOneToOneImpl.setForeignKey(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.voidJaxbPrimaryKeyJoinColumnImpl.setForeignKey(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.voidJaxbSecondaryTableImpl.setForeignKey(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.voidJaxbAssociationOverrideImpl.setForeignKeys(JaxbForeignKeyImpl value) Sets the value of the foreignKeys property.voidJaxbCollectionTableImpl.setForeignKeys(JaxbForeignKeyImpl value) Sets the value of the foreignKeys property.voidJaxbJoinTableImpl.setInverseForeignKey(JaxbForeignKeyImpl value) Sets the value of the inverseForeignKey property.voidJaxbElementCollectionImpl.setMapKeyForeignKey(JaxbForeignKeyImpl value) Sets the value of the mapKeyForeignKey property.voidJaxbManyToManyImpl.setMapKeyForeignKey(JaxbForeignKeyImpl value) Sets the value of the mapKeyForeignKey property.voidJaxbOneToManyImpl.setMapKeyForeignKey(JaxbForeignKeyImpl value) Sets the value of the mapKeyForeignKey property.voidJaxbPluralAnyMappingImpl.setMapKeyForeignKey(JaxbForeignKeyImpl value) Sets the value of the mapKeyForeignKey property.voidJaxbPluralAttribute.setMapKeyForeignKey(JaxbForeignKeyImpl value) voidJaxbEntity.setPrimaryKeyForeignKey(@Nullable JaxbForeignKeyImpl value) voidJaxbEntityImpl.setPrimaryKeyForeignKey(JaxbForeignKeyImpl value) Sets the value of the primaryKeyForeignKey property.voidJaxbOneToOneImpl.setPrimaryKeyForeignKey(JaxbForeignKeyImpl value) Sets the value of the primaryKeyForeignKey property.voidJaxbSecondaryTableImpl.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 voidForeignKeyProcessing.applyForeignKey(JaxbForeignKeyImpl jaxbForeignKey, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) static ForeignKeyForeignKeyProcessing.createForeignKeyAnnotation(JaxbForeignKeyImpl jaxbForeignKey, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) static ForeignKeyJpaAnnotationForeignKeyProcessing.createNestedForeignKeyAnnotation(JaxbForeignKeyImpl jaxbForeignKey, XmlDocumentContext xmlDocumentContext)