Uses of Class
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Column

Packages that use Column
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm   
 

Uses of Column in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm declared as Column
protected  Column AttributeOverride.column
           
protected  Column Version.column
           
protected  Column Basic.column
           
protected  Column Id.column
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm that return Column
 Column Column.clone()
          Creates and returns a copy of this object.
 Column ObjectFactory.createColumn()
          Create an instance of Column
 Column AttributeOverride.getColumn()
          Gets the value of the column property.
 Column Version.getColumn()
          Gets the value of the column property.
 Column Basic.getColumn()
          Gets the value of the column property.
 Column Id.getColumn()
          Gets the value of the column property.
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm with parameters of type Column
 void AttributeOverride.setColumn(Column value)
          Sets the value of the column property.
 void Version.setColumn(Column value)
          Sets the value of the column property.
 void Basic.setColumn(Column value)
          Sets the value of the column property.
 void Id.setColumn(Column value)
          Sets the value of the column property.
 

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



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