Uses of Interface
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.OneToOne

Packages that use OneToOne
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl   
 

Uses of OneToOne in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm that return OneToOne
 OneToOne ObjectFactory.createOneToOne()
          Create an instance of OneToOne
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm that return types with arguments of type OneToOne
 List<OneToOne> Attributes.getOneToOne()
          Gets the value of the oneToOne property.
 

Uses of OneToOne in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl that implement OneToOne
 class OneToOneImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl with type parameters of type OneToOne
protected  List<OneToOne> AttributesImpl.oneToOne
           
 

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

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



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