Internal Website Search

101-110 of 200 resultsRefresh

CollectionTable.joinColumns

="description"> (Optional) The foreign key columns of the collection table which reference the primary table of the entity. The default only applies if a single join column is used. The default ... : the name of the entity; "_"; the name of the referenced primary key column

MapKeyJoinColumn.table

> (Optional) The name of the table that contains the foreign key column ... column is in the collection table for the map value. If the join is for a map key ... , the foreign key column is in a join table. If the join is for a OneToMany entity

MapKeyColumn.name

class="description"> (Optional) The name of the map key column. The table in which it is found depends upon the context. If the map key is for an element collection, the map key column is in ... for a OneToMany entity relationship using a join table, the map key column is in a join table. If the map key

javax.persistence.AttributeOverrides

", column=@Column("EMP_START")), @AttributeOverride(name="endDate", column=@Column("EMP_END")) }) public EmploymentPeriod

javax.persistence.JoinTable

> (Optional) The foreign key columns of the join table ... class="details"> (Optional) The foreign key columns ... ">joinColumns (Optional) The foreign key columns

PrimaryKeyJoinColumn.name

> (Optional) The name of the primary key column of the current table. Defaults to the same name as the primary key column of the primary table of the superclass (JOINED mapping strategy); the same name as the primary key column of the primary

PrimaryKeyJoinColumn.referencedColumnName

referencedColumnName (Optional) The name of the primary key column of the table being joined to. Defaults to the same name as the primary key column ... key column of the primary table (SecondaryTable mapping); or the same name as

javax.persistence.DiscriminatorValue

> Specifies the value of the discriminator column for entities ... specified and a discriminator column is used, a provider-specific function will be used to generate ... default is the entity name. The inheritance strategy and the discriminator column

javax.persistence.Embedded

", column=@Column("EMP_START")), @AttributeOverride(name="endDate", column=@Column("EMP_END

javax.jdo.annotations.Embedded

="teaser"> The column in the embedded object used to judge if the embedded object is null. The column in ... "> Returns: the null indicator column