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

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

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

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

Uses of Basic 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 Basic
 class BasicImpl
           
 

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

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

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



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