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.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.