Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn

Packages that use PrimaryKeyJoinColumn
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of PrimaryKeyJoinColumn in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type PrimaryKeyJoinColumn
protected  List<PrimaryKeyJoinColumn> Entity.primaryKeyJoinColumn
           
protected  List<PrimaryKeyJoinColumn> SecondaryTable.primaryKeyJoinColumn
           
protected  List<PrimaryKeyJoinColumn> OneToOne.primaryKeyJoinColumn
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return PrimaryKeyJoinColumn
 PrimaryKeyJoinColumn ObjectFactory.createPrimaryKeyJoinColumn()
          Create an instance of PrimaryKeyJoinColumn
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type PrimaryKeyJoinColumn
 List<PrimaryKeyJoinColumn> Entity.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 List<PrimaryKeyJoinColumn> SecondaryTable.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 List<PrimaryKeyJoinColumn> OneToOne.getPrimaryKeyJoinColumn()
          Gets the value of the primaryKeyJoinColumn property.
 



Copyright © 2009-2011. All Rights Reserved.