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

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

Uses of Basic in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm that return Basic
 Basic ObjectFactory.createBasic()
          Create an instance of Basic
 Basic[] EmbeddableAttributes.getBasic()
           
 Basic[] Attributes.getBasic()
           
 Basic EmbeddableAttributes.getBasic(int idx)
           
 Basic Attributes.getBasic(int idx)
           
 Basic EmbeddableAttributes.setBasic(int idx, Basic value)
           
 Basic Attributes.setBasic(int idx, Basic value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm with parameters of type Basic
 void EmbeddableAttributes.setBasic(Basic[] values)
           
 void Attributes.setBasic(Basic[] values)
           
 Basic EmbeddableAttributes.setBasic(int idx, Basic value)
           
 Basic Attributes.setBasic(int idx, Basic value)
           
 

Uses of Basic in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl that implement Basic
 class BasicImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl declared as Basic
protected  Basic[] AttributesImpl.basic
           
protected  Basic[] EmbeddableAttributesImpl.basic
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl that return Basic
 Basic[] AttributesImpl.getBasic()
           
 Basic[] EmbeddableAttributesImpl.getBasic()
           
 Basic AttributesImpl.getBasic(int idx)
           
 Basic EmbeddableAttributesImpl.getBasic(int idx)
           
 Basic AttributesImpl.setBasic(int idx, Basic value)
           
 Basic EmbeddableAttributesImpl.setBasic(int idx, Basic value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl with parameters of type Basic
 void AttributesImpl.copyBasic(Basic[] source)
          Copies all values of property Basic.
 void EmbeddableAttributesImpl.copyBasic(Basic[] source)
          Copies all values of property Basic.
 void AttributesImpl.setBasic(Basic[] values)
           
 void EmbeddableAttributesImpl.setBasic(Basic[] values)
           
 Basic AttributesImpl.setBasic(int idx, Basic value)
           
 Basic EmbeddableAttributesImpl.setBasic(int idx, Basic value)
           
 



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