Uses of Class
org.apache.openejb.jee.jpa.Column

Packages that use Column
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Column in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as Column
protected  Column Version.column
           
protected  Column Basic.column
           
protected  Column AttributeOverride.column
           
protected  Column Id.column
           
 

Methods in org.apache.openejb.jee.jpa that return Column
 Column ObjectFactory.createColumn()
          Create an instance of Column
 Column Version.getColumn()
          Gets the value of the column property.
 Column Basic.getColumn()
          Gets the value of the column property.
 Column Field.getColumn()
           
 Column AttributeOverride.getColumn()
          Gets the value of the column property.
 Column Id.getColumn()
          Gets the value of the column property.
 Column Transient.getColumn()
           
 

Methods in org.apache.openejb.jee.jpa with parameters of type Column
 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 Field.setColumn(Column value)
           
 void AttributeOverride.setColumn(Column value)
          Sets the value of the column property.
 void Id.setColumn(Column value)
          Sets the value of the column property.
 void Transient.setColumn(Column value)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.