Uses of Class
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.AttributeOverride

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

Uses of AttributeOverride in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm with type parameters of type AttributeOverride
protected  List<AttributeOverride> Embedded.attributeOverride
           
protected  List<AttributeOverride> Entity.attributeOverride
           
protected  List<AttributeOverride> EmbeddedId.attributeOverride
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm that return AttributeOverride
 AttributeOverride AttributeOverride.clone()
          Creates and returns a copy of this object.
static AttributeOverride ObjectFactory.copyOfAttributeOverride(AttributeOverride clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.AttributeOverride instance.
 AttributeOverride ObjectFactory.createAttributeOverride()
          Create an instance of AttributeOverride
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.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.
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm with parameters of type AttributeOverride
static AttributeOverride ObjectFactory.copyOfAttributeOverride(AttributeOverride clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.AttributeOverride instance.
 

Method parameters in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm with type arguments of type AttributeOverride
static void Embedded.copyAttributeOverride(List<AttributeOverride> source, List<AttributeOverride> target)
          Copies all values of property AttributeOverride.
static void Embedded.copyAttributeOverride(List<AttributeOverride> source, List<AttributeOverride> target)
          Copies all values of property AttributeOverride.
static void Entity.copyAttributeOverride(List<AttributeOverride> source, List<AttributeOverride> target)
          Copies all values of property AttributeOverride.
static void Entity.copyAttributeOverride(List<AttributeOverride> source, List<AttributeOverride> target)
          Copies all values of property AttributeOverride.
static void EmbeddedId.copyAttributeOverride(List<AttributeOverride> source, List<AttributeOverride> target)
          Copies all values of property AttributeOverride.
static void EmbeddedId.copyAttributeOverride(List<AttributeOverride> source, List<AttributeOverride> target)
          Copies all values of property AttributeOverride.
 

Constructors in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm with parameters of type AttributeOverride
AttributeOverride(AttributeOverride o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.AttributeOverride instance by copying a given instance.
 



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