Uses of Interface
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.PrimaryKeyJoinColumn

Packages that use PrimaryKeyJoinColumn
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl   
 

Uses of PrimaryKeyJoinColumn in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm that return PrimaryKeyJoinColumn
 PrimaryKeyJoinColumn ObjectFactory.createPrimaryKeyJoinColumn()
          Create an instance of PrimaryKeyJoinColumn
 

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

Uses of PrimaryKeyJoinColumn in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl that implement PrimaryKeyJoinColumn
 class PrimaryKeyJoinColumnImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl with type parameters of type PrimaryKeyJoinColumn
protected  List<PrimaryKeyJoinColumn> EntityImpl.primaryKeyJoinColumn
           
protected  List<PrimaryKeyJoinColumn> OneToOneImpl.primaryKeyJoinColumn
           
protected  List<PrimaryKeyJoinColumn> SecondaryTableImpl.primaryKeyJoinColumn
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl that return types with arguments of type PrimaryKeyJoinColumn
 List<PrimaryKeyJoinColumn> EntityImpl.getPrimaryKeyJoinColumn()
           
 List<PrimaryKeyJoinColumn> OneToOneImpl.getPrimaryKeyJoinColumn()
           
 List<PrimaryKeyJoinColumn> SecondaryTableImpl.getPrimaryKeyJoinColumn()
           
 



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