Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
-
Packages that use JaxbJoinColumn Package Description org.hibernate.boot.jaxb.hbm.transform org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbJoinColumn in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return JaxbJoinColumn Modifier and Type Method Description JaxbJoinColumnTargetColumnAdapterJaxbJoinColumn. getTargetColumn()Constructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type JaxbJoinColumn Constructor Description TargetColumnAdapterJaxbJoinColumn(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 JaxbJoinColumn Modifier and Type Field Description protected 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 JaxbJoinColumn Modifier and Type Method Description JaxbJoinColumnObjectFactory. createJaxbJoinColumn()Create an instance ofJaxbJoinColumnMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbJoinColumn Modifier and Type Method Description List<JaxbJoinColumn>JaxbJoinTable. getInverseJoinColumn()Gets the value of the inverseJoinColumn property.List<JaxbJoinColumn>JaxbAssociationOverride. getJoinColumn()Gets the value of the joinColumn property.List<JaxbJoinColumn>JaxbCollectionTable. getJoinColumn()Gets the value of the joinColumn property.List<JaxbJoinColumn>JaxbJoinTable. getJoinColumn()Gets the value of the joinColumn property.List<JaxbJoinColumn>JaxbManyToOne. getJoinColumn()Gets the value of the joinColumn property.List<JaxbJoinColumn>JaxbOneToMany. getJoinColumn()Gets the value of the joinColumn property.List<JaxbJoinColumn>JaxbOneToOne. getJoinColumn()Gets the value of the joinColumn property.
-