Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.PrimaryKeyJoinColumn

Packages that use PrimaryKeyJoinColumn
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of PrimaryKeyJoinColumn in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.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.jpaxjc.ns.persistence.orm that return PrimaryKeyJoinColumn
 PrimaryKeyJoinColumn PrimaryKeyJoinColumn.clone()
          Creates and returns a deep copy of this object.
 PrimaryKeyJoinColumn ObjectFactory.createPrimaryKeyJoinColumn()
          Create an instance of PrimaryKeyJoinColumn
 

Methods in net.sourceforge.jpaxjc.ns.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.jpaxjc.ns.persistence.orm with parameters of type PrimaryKeyJoinColumn
PrimaryKeyJoinColumn(PrimaryKeyJoinColumn o)
          Creates a new PrimaryKeyJoinColumn instance by deeply copying a given PrimaryKeyJoinColumn instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.