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

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

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

Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type MapKeyJoinColumn
protected  List<MapKeyJoinColumn> ManyToMany.mapKeyJoinColumn
           
protected  List<MapKeyJoinColumn> OneToMany.mapKeyJoinColumn
           
protected  List<MapKeyJoinColumn> ElementCollection.mapKeyJoinColumn
           
 

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

Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type MapKeyJoinColumn
 List<MapKeyJoinColumn> ManyToMany.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 List<MapKeyJoinColumn> OneToMany.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 List<MapKeyJoinColumn> ElementCollection.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 



Copyright © 2009-2011. All Rights Reserved.