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 AttributeOverride.column
           
protected  Column Version.column
           
protected  Column ElementCollection.column
           
protected  Column Id.column
           
protected  Column Basic.column
           
 

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

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



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.