Uses of Interface
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.JoinTable

Packages that use JoinTable
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl   
 

Uses of JoinTable in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm that return JoinTable
 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.prot.collections.novalueclass.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.
 

Uses of JoinTable in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl that implement JoinTable
 class JoinTableImpl
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl that return JoinTable
 JoinTable ManyToManyImpl.getJoinTable()
           
 JoinTable OneToOneImpl.getJoinTable()
           
 JoinTable ManyToOneImpl.getJoinTable()
           
 JoinTable OneToManyImpl.getJoinTable()
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl with parameters of type JoinTable
 void ManyToManyImpl.setJoinTable(JoinTable value)
           
 void OneToOneImpl.setJoinTable(JoinTable value)
           
 void ManyToOneImpl.setJoinTable(JoinTable value)
           
 void OneToManyImpl.setJoinTable(JoinTable value)
           
 



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