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 java.util.List<JoinColumn>JoinTable. inverseJoinColumnprotected java.util.List<JoinColumn>AssociationOverride. joinColumnprotected java.util.List<JoinColumn>CollectionTable. joinColumnprotected java.util.List<JoinColumn>JoinTable. joinColumnprotected java.util.List<JoinColumn>ManyToOne. joinColumnprotected java.util.List<JoinColumn>OneToMany. joinColumnprotected java.util.List<JoinColumn>OneToOne. joinColumnMethods in org.hibernate.jpamodelgen.xml.jaxb that return JoinColumn Modifier and Type Method Description JoinColumnObjectFactory. createJoinColumn()Create an instance ofJoinColumnMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type JoinColumn Modifier and Type Method Description java.util.List<JoinColumn>JoinTable. getInverseJoinColumn()Gets the value of the inverseJoinColumn property.java.util.List<JoinColumn>AssociationOverride. getJoinColumn()Gets the value of the joinColumn property.java.util.List<JoinColumn>CollectionTable. getJoinColumn()Gets the value of the joinColumn property.java.util.List<JoinColumn>JoinTable. getJoinColumn()Gets the value of the joinColumn property.java.util.List<JoinColumn>ManyToOne. getJoinColumn()Gets the value of the joinColumn property.java.util.List<JoinColumn>OneToMany. getJoinColumn()Gets the value of the joinColumn property.java.util.List<JoinColumn>OneToOne. getJoinColumn()Gets the value of the joinColumn property.
-