Uses of Interface
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.JoinColumn

Packages that use JoinColumn
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl   
 

Uses of JoinColumn in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm that return JoinColumn
 JoinColumn ObjectFactory.createJoinColumn()
          Create an instance of JoinColumn
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm 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> OneToOne.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.
 

Uses of JoinColumn in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl that implement JoinColumn
 class JoinColumnImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl with type parameters of type JoinColumn
protected  List<JoinColumn> JoinTableImpl.inverseJoinColumn
           
protected  List<JoinColumn> JoinTableImpl.joinColumn
           
protected  List<JoinColumn> OneToOneImpl.joinColumn
           
protected  List<JoinColumn> AssociationOverrideImpl.joinColumn
           
protected  List<JoinColumn> ManyToOneImpl.joinColumn
           
protected  List<JoinColumn> OneToManyImpl.joinColumn
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl that return types with arguments of type JoinColumn
 List<JoinColumn> JoinTableImpl.getInverseJoinColumn()
           
 List<JoinColumn> JoinTableImpl.getJoinColumn()
           
 List<JoinColumn> OneToOneImpl.getJoinColumn()
           
 List<JoinColumn> AssociationOverrideImpl.getJoinColumn()
           
 List<JoinColumn> ManyToOneImpl.getJoinColumn()
           
 List<JoinColumn> OneToManyImpl.getJoinColumn()
           
 



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