Column in JPA/JDO APIs
javax.persistence.Column - JPA annotation
Is used to specify the mapped column for a persistent property or field.
FieldResult.column - JPA annotation element
Name of the column in the SELECT clause - i.e., column
aliases, if applicable.
AttributeOverride.column - JPA annotation element
(Required) The column that is being mapped to the persistent
attribute.
DatastoreIdentity.column - JDO annotation element
Name of the column for the datastore identity
Persistent.column - JDO annotation element
Column name where the values are stored for this member.
Order.column - JDO annotation element
The name of the column to use for ordering the elements of the member.
This documentation page is derived from the JPA 2 open source RI (EclipseLink) and/or the JDO 2.2 API
and is available under the terms of the Eclipse Public License, v. 1.0 and/or the Apache License, v. 2.0.