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

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

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

Fields in com.sun.java.xml.ns.persistence.orm declared as JoinTable
protected  JoinTable OneToOne.joinTable
           
protected  JoinTable OneToMany.joinTable
           
protected  JoinTable ManyToOne.joinTable
           
protected  JoinTable ManyToMany.joinTable
           
protected  JoinTable AssociationOverride.joinTable
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return JoinTable
 JoinTable ObjectFactory.createJoinTable()
          Create an instance of JoinTable
 JoinTable OneToOne.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable OneToMany.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable ManyToOne.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable ManyToMany.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable AssociationOverride.getJoinTable()
          Gets the value of the joinTable property.
 

Methods in com.sun.java.xml.ns.persistence.orm with parameters of type JoinTable
 void OneToOne.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void OneToMany.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void ManyToOne.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void ManyToMany.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void AssociationOverride.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 



Copyright © 2005-2011. All Rights Reserved.