Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumnImpl
Packages that use JaxbJoinColumnImpl
-
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.