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 JaxbJoinColumn
TargetColumnAdapterJaxbJoinColumn. 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. inverseJoinColumn
protected List<JaxbJoinColumn>
JaxbAssociationOverride. joinColumn
protected List<JaxbJoinColumn>
JaxbCollectionTable. joinColumn
protected List<JaxbJoinColumn>
JaxbJoinTable. joinColumn
protected List<JaxbJoinColumn>
JaxbManyToOne. joinColumn
protected List<JaxbJoinColumn>
JaxbOneToMany. joinColumn
protected List<JaxbJoinColumn>
JaxbOneToOne. joinColumn
Methods in org.hibernate.boot.jaxb.mapping that return JaxbJoinColumn Modifier and Type Method Description JaxbJoinColumn
ObjectFactory. createJaxbJoinColumn()
Create an instance ofJaxbJoinColumn
Methods 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.
-