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

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

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

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm that return types with arguments of type AttributeOverride
 List<AttributeOverride> Embedded.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<AttributeOverride> Entity.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<AttributeOverride> EmbeddedId.getAttributeOverride()
          Gets the value of the attributeOverride property.
 

Uses of AttributeOverride 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 AttributeOverride
 class AttributeOverrideImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl with type parameters of type AttributeOverride
protected  List<AttributeOverride> EntityImpl.attributeOverride
           
protected  List<AttributeOverride> EmbeddedIdImpl.attributeOverride
           
protected  List<AttributeOverride> EmbeddedImpl.attributeOverride
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl that return types with arguments of type AttributeOverride
 List<AttributeOverride> EntityImpl.getAttributeOverride()
           
 List<AttributeOverride> EmbeddedIdImpl.getAttributeOverride()
           
 List<AttributeOverride> EmbeddedImpl.getAttributeOverride()
           
 

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



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