Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumnImpl
Packages that use JaxbJoinColumnImpl
Package
Description
-
Uses of JaxbJoinColumnImpl in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return JaxbJoinColumnImplConstructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type JaxbJoinColumnImplModifierConstructorDescriptionTargetColumnAdapterJaxbJoinColumn(JaxbJoinColumnImpl jaxbColumn, org.hibernate.boot.jaxb.hbm.transform.ColumnDefaults columnDefaults) -
Uses of JaxbJoinColumnImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbJoinColumnImplModifier and TypeFieldDescriptionprotected List<JaxbJoinColumnImpl>JaxbJoinTableImpl.inverseJoinColumnprotected List<JaxbJoinColumnImpl>JaxbJoinTableImpl.joinColumnprotected List<JaxbJoinColumnImpl>JaxbOneToManyImpl.joinColumnprotected List<JaxbJoinColumnImpl>JaxbAssociationOverrideImpl.joinColumnsprotected List<JaxbJoinColumnImpl>JaxbCollectionTableImpl.joinColumnsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbJoinColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbJoinColumnImpl()Create an instance ofJaxbJoinColumnImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbJoinColumnImplModifier and TypeMethodDescriptionJaxbJoinTableImpl.getInverseJoinColumn()Gets the value of the inverseJoinColumn property.JaxbJoinTableImpl.getJoinColumn()Gets the value of the joinColumn property.JaxbOneToManyImpl.getJoinColumn()Gets the value of the joinColumn property.JaxbAssociationOverrideImpl.getJoinColumns()Gets the value of the joinColumns property.JaxbCollectionTableImpl.getJoinColumns()Gets the value of the joinColumns property. -
Uses of JaxbJoinColumnImpl in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal with parameters of type JaxbJoinColumnImplModifier and TypeMethodDescriptionvoidJoinColumnJpaAnnotation.apply(JaxbJoinColumnImpl jaxbColumn, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbJoinColumnImpl in org.hibernate.boot.models.xml.internal.db
Method parameters in org.hibernate.boot.models.xml.internal.db with type arguments of type JaxbJoinColumnImplModifier and TypeMethodDescriptionstatic voidJoinColumnProcessing.applyJoinColumns(List<JaxbJoinColumnImpl> jaxbJoinColumns, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) static JoinColumn[]JoinColumnProcessing.transformJoinColumnList(List<JaxbJoinColumnImpl> jaxbJoinColumns, XmlDocumentContext xmlDocumentContext)