Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Packages that use JoinColumn Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of JoinColumn in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type JoinColumn Modifier and Type Field Description protected List<JoinColumn>
JoinTable. inverseJoinColumn
protected List<JoinColumn>
AssociationOverride. joinColumn
protected List<JoinColumn>
CollectionTable. joinColumn
protected List<JoinColumn>
JoinTable. joinColumn
protected List<JoinColumn>
ManyToOne. joinColumn
protected List<JoinColumn>
OneToMany. joinColumn
protected List<JoinColumn>
OneToOne. joinColumn
Methods in org.hibernate.jpamodelgen.xml.jaxb that return JoinColumn Modifier and Type Method Description JoinColumn
ObjectFactory. createJoinColumn()
Create an instance ofJoinColumn
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type JoinColumn Modifier and Type Method Description List<JoinColumn>
JoinTable. getInverseJoinColumn()
Gets the value of the inverseJoinColumn property.List<JoinColumn>
AssociationOverride. getJoinColumn()
Gets the value of the joinColumn property.List<JoinColumn>
CollectionTable. getJoinColumn()
Gets the value of the joinColumn property.List<JoinColumn>
JoinTable. getJoinColumn()
Gets the value of the joinColumn property.List<JoinColumn>
ManyToOne. getJoinColumn()
Gets the value of the joinColumn property.List<JoinColumn>
OneToMany. getJoinColumn()
Gets the value of the joinColumn property.List<JoinColumn>
OneToOne. getJoinColumn()
Gets the value of the joinColumn property.
-