Uses of Class
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.PrimaryKeyJoinColumn

Packages that use PrimaryKeyJoinColumn
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm   
 

Uses of PrimaryKeyJoinColumn in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm with type parameters of type PrimaryKeyJoinColumn
protected  List<PrimaryKeyJoinColumn> OneToOne.primaryKeyJoinColumn
           
protected  List<PrimaryKeyJoinColumn> SecondaryTable.primaryKeyJoinColumn
           
protected  List<PrimaryKeyJoinColumn> Entity.primaryKeyJoinColumn
           
 

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

Methods in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm that return types with arguments of type PrimaryKeyJoinColumn
 List<PrimaryKeyJoinColumn> OneToOne.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 List<PrimaryKeyJoinColumn> SecondaryTable.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 List<PrimaryKeyJoinColumn> Entity.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 

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



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