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. inverseJoinColumnprotected List<JoinColumn>AssociationOverride. joinColumnprotected List<JoinColumn>CollectionTable. joinColumnprotected List<JoinColumn>JoinTable. joinColumnprotected List<JoinColumn>ManyToOne. joinColumnprotected List<JoinColumn>OneToMany. joinColumnprotected 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 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.
-