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.inverseJoinColumn
protected List<JaxbJoinColumnImpl>
JaxbJoinTableImpl.joinColumn
protected List<JaxbJoinColumnImpl>
JaxbOneToManyImpl.joinColumn
protected List<JaxbJoinColumnImpl>
JaxbAssociationOverrideImpl.joinColumns
protected List<JaxbJoinColumnImpl>
JaxbCollectionTableImpl.joinColumns
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbJoinColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbJoinColumnImpl()
Create an instance ofJaxbJoinColumnImpl
Methods 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 TypeMethodDescriptionvoid
JoinColumnJpaAnnotation.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 void
JoinColumnProcessing.applyJoinColumns
(List<JaxbJoinColumnImpl> jaxbJoinColumns, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) static JoinColumn[]
JoinColumnProcessing.transformJoinColumnList
(List<JaxbJoinColumnImpl> jaxbJoinColumns, XmlDocumentContext xmlDocumentContext)