Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.JoinColumn

Packages that use JoinColumn
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
protected  List<JoinColumn> JoinTable.inverseJoinColumn
           
protected  List<JoinColumn> OneToMany.joinColumn
           
protected  List<JoinColumn> ManyToOne.joinColumn
           
protected  List<JoinColumn> CollectionTable.joinColumn
           
protected  List<JoinColumn> AssociationOverride.joinColumn
           
protected  List<JoinColumn> JoinTable.joinColumn
           
protected  List<JoinColumn> OneToOne.joinColumn
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return JoinColumn
 JoinColumn ObjectFactory.createJoinColumn()
          Create an instance of JoinColumn
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type JoinColumn
 List<JoinColumn> JoinTable.getInverseJoinColumn()
          Gets the value of the inverseJoinColumn property.
 List<JoinColumn> OneToMany.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JoinColumn> ManyToOne.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JoinColumn> CollectionTable.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JoinColumn> AssociationOverride.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JoinColumn> JoinTable.getJoinColumn()
          Gets the value of the joinColumn property.
 List<JoinColumn> OneToOne.getJoinColumn()
          Gets the value of the joinColumn property.
 



Copyright © 2009-2011. All Rights Reserved.