Internal Website Search

81-90 of 200 resultsRefresh

javax.persistence.DiscriminatorColumn

> Specifies the discriminator column for the SINGLE ... > The strategy and the discriminator column are only specified in the root of an entity class hierarchy or ... >DiscriminatorColumn annotation is missing, and a discriminator column is required, the name

javax.persistence.SecondaryTable

join columns are specified, the join columns are assumed to reference the primary key columns of the primary table, and have the same names and types as the referenced primary key columns of the primary table. Example 1: Single secondary table with a single primary key column.

javax.persistence.FieldResult

="description"> Is used to map the columns specified in the SELECT list of the query to the properties ... ={ @FieldResult(name="id", column="order_id"), @FieldResult(name="quantity", column="order_quantity"), @FieldResult(name="item", column="order_item

javax.persistence.EntityResult

is used, the SQL statement should select all of the columns that are mapped to the entity object. This should include foreign key columns to related entities. The results obtained when insufficient ... ="teaser"> Specifies the column name (or alias) of the column in the SELECT list that is used

JoinColumn.referencedColumnName

> (Optional) The name of the column referenced by this foreign key column. When used with entity relationship mappings other than the cases described here, the referenced column is in the table of the target entity. When used

javax.jdo.annotations.PrimaryKey

. Also used to define the primary key columns of a secondary table. Corresponds to the xml element ... ="name">column" title="Annotation Element of javax.jdo.annotations.PrimaryKey">column Name

javax.jdo.annotations.Order

="header"> String column" title="Annotation Element of javax.jdo.annotations.Order">column The name of the column to use for ordering the elements of the member

javax.jdo.annotations.DatastoreIdentity

/DatastoreIdentity/column" title="Annotation Element of javax.jdo.annotations.DatastoreIdentity">column Name of the column for the datastore ... of the column for the datastore identity

javax.jdo.annotations.Discriminator

/Discriminator/column" title="Annotation Element of javax.jdo.annotations.Discriminator">column Name of the column for the discriminator Name of the column

[ODB1] Chapter 1 - About ObjectDB

with relational database concepts and the tables and columns defined for an application in order to perform