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

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

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

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type MapKeyJoinColumn
protected  List<MapKeyJoinColumn> OneToMany.mapKeyJoinColumn
           
protected  List<MapKeyJoinColumn> ManyToMany.mapKeyJoinColumn
           
protected  List<MapKeyJoinColumn> ElementCollection.mapKeyJoinColumn
           
 

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

Methods in com.sun.java.xml.ns.persistence.orm that return types with arguments of type MapKeyJoinColumn
 List<MapKeyJoinColumn> OneToMany.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 List<MapKeyJoinColumn> ManyToMany.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 List<MapKeyJoinColumn> ElementCollection.getMapKeyJoinColumn()
          Gets the value of the mapKeyJoinColumn property.
 



Copyright © 2005-2014. All Rights Reserved.