Uses of Class
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.MapKey

Packages that use MapKey
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm   
 

Uses of MapKey in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm declared as MapKey
protected  MapKey OneToMany.mapKey
           
protected  MapKey ManyToMany.mapKey
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm that return MapKey
 MapKey MapKey.clone()
          Creates and returns a copy of this object.
 MapKey ObjectFactory.createMapKey()
          Create an instance of MapKey
 MapKey OneToMany.getMapKey()
          Gets the value of the mapKey property.
 MapKey ManyToMany.getMapKey()
          Gets the value of the mapKey property.
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm with parameters of type MapKey
 void OneToMany.setMapKey(MapKey value)
          Sets the value of the mapKey property.
 void ManyToMany.setMapKey(MapKey value)
          Sets the value of the mapKey property.
 

Constructors in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm with parameters of type MapKey
MapKey(MapKey o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.MapKey instance by copying a given instance.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.