Internal Website Search

91-100 of 200 resultsRefresh

javax.persistence.ColumnResult

="description"> References name of a column in the SELECT clause of a SQL query - i.e., column alias ... .Order.class, fields={ @FieldResult(name="id", column="order_id"), @FieldResult(name="quantity", column="order_quantity"), @FieldResult(name="item", column

javax.persistence.TableGenerator

> (Optional) The initial value to be used to initialize the column ... "> (Optional) The initial value to be used to initialize the column that stores the last ... of the primary key column in the table.

javax.persistence.SqlResultSetMapping

, fields={ @FieldResult(name="id", column="order_id"), @FieldResult(name="quantity", column="order_quantity"), @FieldResult(name="item", column="order_item")})}, columns={ @ColumnResult(name="item_name")} )

JoinColumn.name

="description"> (Optional) The name of the foreign key column. The table in which it is found ... a foreign key mapping strategy, the foreign key column is in the table of the source entity or ... if a single join column is used): The concatenation of the following: the name of the referencing

MapKeyJoinColumn.referencedColumnName

> (Optional) The name of the column referenced by this foreign key column. The referenced column is in the table of the target entity. Default (only applies if single join column is being used.) The same name as the primary key column

MapKeyJoinColumn.name

> (Optional) The name of the foreign key column for the map key ... for an element collection, the foreign key column is in the collection table for the map value ... entity relationship using a join table, the foreign key column is in a join table.

javax.persistence.Id

.BigDecimal ; java.math.BigInteger . The mapped column for the primary key of the entity is assumed to be the primary key of the primary table. If no Column annotation is specified, the primary key column name is assumed to be the name of the primary

javax.jdo.annotations.Unique

="/api/java/jdo/annotations/Column" title="Annotation in javax.jdo.annotations">Column[] columns" title="Annotation Element of javax.jdo.annotations.Unique">columns Columns

javax.jdo.annotations.Index

/Column" title="Annotation in javax.jdo.annotations">Column[] columns" title="Annotation Element of javax.jdo.annotations.Index">columns Columns that compose this index

javax.jdo.annotations.ForeignKey

"> Column" title="Annotation in javax.jdo.annotations">Column[] columns" title="Annotation Element of javax.jdo.annotations.ForeignKey">columns