Internal Website Search

151-160 of 200 resultsRefresh

javax.persistence.MappedSuperclass

to PT_EMP.ADDR_ID fk @Column(name="WAGE") protected Float hourlyWage

JoinTable.inverseJoinColumns

="description"> (Optional) The foreign key columns of the join table which reference the primary

JoinTable.joinColumns

"> (Optional) The foreign key columns of the join table which reference the primary table

MapKeyJoinColumn.nullable

> (Optional) Whether the foreign key column is nullable.

MapKeyJoinColumns.value

> (Required) The map key join columns that are used to map to the entity

MapKeyJoinColumn.insertable

> (Optional) Whether the column is included in SQL INSERT

javax.persistence.DiscriminatorType

column. Since: JPA 1.0

javax.persistence.Table

. These constraints apply in addition to any constraints specified by the Column

MapKeyColumn.updatable

> (Optional) Whether the column is included in SQL UPDATE statements

MapKeyColumn.nullable

class="description"> (Optional) Whether the database column is nullable.