Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.Column

Packages that use Column
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of Column in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as Column
protected  Column Id.column
           
protected  Column AttributeOverride.column
           
protected  Column Version.column
           
protected  Column Basic.column
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return Column
 Column Column.clone()
          Creates and returns a deep copy of this object.
 Column ObjectFactory.createColumn()
          Create an instance of Column
 Column Id.getColumn()
          Gets the value of the column property.
 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.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type Column
 void Id.setColumn(Column value)
          Sets the value of the column property.
 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.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type Column
Column(Column o)
          Creates a new Column instance by deeply copying a given Column instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.