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

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

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

Fields in com.sun.java.xml.ns.persistence.orm declared as MapKeyClass
protected  MapKeyClass OneToMany.mapKeyClass
           
protected  MapKeyClass ManyToMany.mapKeyClass
           
protected  MapKeyClass ElementCollection.mapKeyClass
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return MapKeyClass
 MapKeyClass ObjectFactory.createMapKeyClass()
          Create an instance of MapKeyClass
 MapKeyClass OneToMany.getMapKeyClass()
          Gets the value of the mapKeyClass property.
 MapKeyClass ManyToMany.getMapKeyClass()
          Gets the value of the mapKeyClass property.
 MapKeyClass ElementCollection.getMapKeyClass()
          Gets the value of the mapKeyClass property.
 

Methods in com.sun.java.xml.ns.persistence.orm with parameters of type MapKeyClass
 void OneToMany.setMapKeyClass(MapKeyClass value)
          Sets the value of the mapKeyClass property.
 void ManyToMany.setMapKeyClass(MapKeyClass value)
          Sets the value of the mapKeyClass property.
 void ElementCollection.setMapKeyClass(MapKeyClass value)
          Sets the value of the mapKeyClass property.
 



Copyright © 2005-2014. All Rights Reserved.