Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Packages that use JaxbJoinColumn
-
Uses of JaxbJoinColumn in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return JaxbJoinColumnConstructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type JaxbJoinColumnModifierConstructorDescriptionTargetColumnAdapterJaxbJoinColumn(JaxbJoinColumn jaxbColumn, org.hibernate.boot.jaxb.hbm.transform.ColumnDefaults columnDefaults) -
Uses of JaxbJoinColumn in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbJoinColumnModifier and TypeFieldDescriptionprotected List<JaxbJoinColumn>JaxbJoinTable.inverseJoinColumnprotected List<JaxbJoinColumn>JaxbAssociationOverride.joinColumnprotected List<JaxbJoinColumn>JaxbCollectionTable.joinColumnprotected List<JaxbJoinColumn>JaxbJoinTable.joinColumnprotected List<JaxbJoinColumn>JaxbManyToOne.joinColumnprotected List<JaxbJoinColumn>JaxbOneToMany.joinColumnprotected List<JaxbJoinColumn>JaxbOneToOne.joinColumnMethods in org.hibernate.boot.jaxb.mapping that return JaxbJoinColumnModifier and TypeMethodDescriptionObjectFactory.createJaxbJoinColumn()Create an instance ofJaxbJoinColumnMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbJoinColumnModifier and TypeMethodDescriptionJaxbJoinTable.getInverseJoinColumn()Gets the value of the inverseJoinColumn property.JaxbAssociationOverride.getJoinColumn()Gets the value of the joinColumn property.JaxbCollectionTable.getJoinColumn()Gets the value of the joinColumn property.JaxbJoinTable.getJoinColumn()Gets the value of the joinColumn property.JaxbManyToOne.getJoinColumn()Gets the value of the joinColumn property.JaxbOneToMany.getJoinColumn()Gets the value of the joinColumn property.JaxbOneToOne.getJoinColumn()Gets the value of the joinColumn property.