Uses of Class
com.sun.java.xml.ns.persistence.orm.JoinColumn

Packages that use JoinColumn
com.sun.java.xml.ns.persistence.orm   
 

Uses of JoinColumn in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type JoinColumn
protected  List<JoinColumn> JoinTable.inverseJoinColumn
           
protected  List<JoinColumn> OneToOne.joinColumn
           
protected  List<JoinColumn> OneToMany.joinColumn
           
protected  List<JoinColumn> ManyToOne.joinColumn
           
protected  List<JoinColumn> JoinTable.joinColumn
           
protected  List<JoinColumn> CollectionTable.joinColumn
           
protected  List<JoinColumn> AssociationOverride.joinColumn
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return JoinColumn
 JoinColumn ObjectFactory.createJoinColumn()
          Create an instance of JoinColumn
 

Methods in com.sun.java.xml.ns.persistence.orm that return types with arguments of type JoinColumn
 List<JoinColumn> JoinTable.getInverseJoinColumn()
          Gets the value of the inverseJoinColumn property.
 List<JoinColumn> OneToOne.getJoinColumn()
          Gets the value of the joinColumn 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> JoinTable.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.
 



Copyright © 2005-2014. All Rights Reserved.