Uses of Interface
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.MapKey

Packages that use MapKey
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl   
 

Uses of MapKey in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm that return MapKey
 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.pub.collections.novalueclass.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.
 

Uses of MapKey in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl that implement MapKey
 class MapKeyImpl
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl that return MapKey
 MapKey ManyToManyImpl.getMapKey()
           
 MapKey OneToManyImpl.getMapKey()
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl with parameters of type MapKey
 void ManyToManyImpl.setMapKey(MapKey value)
           
 void OneToManyImpl.setMapKey(MapKey value)
           
 



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