Uses of Class
com.sun.java.xml.ns.persistence.orm.PrimaryKeyJoinColumn

Packages that use PrimaryKeyJoinColumn
com.sun.java.xml.ns.persistence.orm   
 

Uses of PrimaryKeyJoinColumn in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type PrimaryKeyJoinColumn
protected  List<PrimaryKeyJoinColumn> SecondaryTable.primaryKeyJoinColumn
           
protected  List<PrimaryKeyJoinColumn> OneToOne.primaryKeyJoinColumn
           
protected  List<PrimaryKeyJoinColumn> Entity.primaryKeyJoinColumn
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return PrimaryKeyJoinColumn
 PrimaryKeyJoinColumn ObjectFactory.createPrimaryKeyJoinColumn()
          Create an instance of PrimaryKeyJoinColumn
 

Methods in com.sun.java.xml.ns.persistence.orm that return types with arguments of type PrimaryKeyJoinColumn
 List<PrimaryKeyJoinColumn> SecondaryTable.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 List<PrimaryKeyJoinColumn> OneToOne.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 List<PrimaryKeyJoinColumn> Entity.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 



Copyright © 2005-2014. All Rights Reserved.