Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.MapKey

Packages that use MapKey
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of MapKey in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as MapKey
protected  MapKey ManyToMany.mapKey
           
protected  MapKey OneToMany.mapKey
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return MapKey
 MapKey MapKey.clone()
          Creates and returns a deep copy of this object.
 MapKey ObjectFactory.createMapKey()
          Create an instance of MapKey
 MapKey ManyToMany.getMapKey()
          Gets the value of the mapKey property.
 MapKey OneToMany.getMapKey()
          Gets the value of the mapKey property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type MapKey
 void ManyToMany.setMapKey(MapKey value)
          Sets the value of the mapKey property.
 void OneToMany.setMapKey(MapKey value)
          Sets the value of the mapKey property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type MapKey
MapKey(MapKey o)
          Creates a new MapKey instance by deeply copying a given MapKey instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.