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

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

Uses of Id 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 Id
 Id ObjectFactory.createId()
          Create an instance of Id
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm that return types with arguments of type Id
 List<Id> Attributes.getId()
          Gets the value of the id property.
 

Uses of Id 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 Id
 class IdImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl with type parameters of type Id
protected  List<Id> AttributesImpl.id
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl that return types with arguments of type Id
 List<Id> AttributesImpl.getId()
           
 

Method parameters in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl with type arguments of type Id
static void AttributesImpl.copyId(List<Id> source, List<Id> target)
          Copies all values of property Id.
static void AttributesImpl.copyId(List<Id> source, List<Id> target)
          Copies all values of property Id.
 



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