Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Column

Packages that use Column
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of Column in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as Column
protected  Column Version.column
           
protected  Column ElementCollection.column
           
protected  Column AttributeOverride.column
           
protected  Column Basic.column
           
protected  Column Id.column
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return Column
 Column ObjectFactory.createColumn()
          Create an instance of Column
 Column Version.getColumn()
          Gets the value of the column property.
 Column ElementCollection.getColumn()
          Gets the value of the column property.
 Column AttributeOverride.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 org.hibernate.jpamodelgen.xml.jaxb with parameters of type Column
 void Version.setColumn(Column value)
          Sets the value of the column property.
 void ElementCollection.setColumn(Column value)
          Sets the value of the column property.
 void AttributeOverride.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.
 



Copyright © 2009-2011. All Rights Reserved.