Uses of Class
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.JoinColumn

Packages that use JoinColumn
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm   
 

Uses of JoinColumn in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm with type parameters of type JoinColumn
protected  List<JoinColumn> JoinTable.inverseJoinColumn
           
protected  List<JoinColumn> OneToMany.joinColumn
           
protected  List<JoinColumn> ManyToOne.joinColumn
           
protected  List<JoinColumn> OneToOne.joinColumn
           
protected  List<JoinColumn> AssociationOverride.joinColumn
           
protected  List<JoinColumn> JoinTable.joinColumn
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm that return JoinColumn
 JoinColumn JoinColumn.clone()
          Creates and returns a copy of this object.
 JoinColumn ObjectFactory.createJoinColumn()
          Create an instance of JoinColumn
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.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.
 

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



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