Uses of Class
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.JoinTable

Packages that use JoinTable
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm   
 

Uses of JoinTable in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm declared as JoinTable
protected  JoinTable OneToMany.joinTable
           
protected  JoinTable ManyToOne.joinTable
           
protected  JoinTable OneToOne.joinTable
           
protected  JoinTable ManyToMany.joinTable
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm that return JoinTable
 JoinTable JoinTable.clone()
          Creates and returns a copy of this object.
 JoinTable ObjectFactory.createJoinTable()
          Create an instance of JoinTable
 JoinTable OneToMany.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable ManyToOne.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable OneToOne.getJoinTable()
          Gets the value of the joinTable property.
 JoinTable ManyToMany.getJoinTable()
          Gets the value of the joinTable property.
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm with parameters of type JoinTable
 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 OneToOne.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 void ManyToMany.setJoinTable(JoinTable value)
          Sets the value of the joinTable property.
 

Constructors in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm with parameters of type JoinTable
JoinTable(JoinTable o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.JoinTable instance by copying a given instance.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.