Internal Website Search

131-140 of 200 resultsRefresh

MapKeyColumn.columnDefinition

for the column. Defaults to the generated SQL to create a column of the inferred type.

MapKeyColumn.length

="description"> (Optional) The column length. (Applies only if a string-valued column is used

javax.persistence.GeneratedValue

@GeneratedValue(strategy=SEQUENCE, generator="CUST_SEQ") @Column(name="CUST_ID") public Long ... @GeneratedValue(strategy=TABLE, generator="CUST_GEN") @Column(name="CUST_ID") Long id;

javax.persistence.Lob

>Example 1: @Lob @Basic(fetch=LAZY) @Column(name="REPORT ... =LAZY) @Column(name="EMP_PIC", columnDefinition="BLOB NOT NULL") protected byte[] pic;

DiscriminatorColumn.columnDefinition

when generating the DDL for the discriminator column. Defaults to the provider-generated SQL to create a column of the specified discriminator type.

OrderColumn.columnDefinition

for the column. Defaults to generated SQL to create a column of the inferred type.

JoinColumn.columnDefinition

for the column. Defaults to the generated SQL for the column.

Value.unique

> Whether the element column(s) contents should be considered unique ... > whether the element column(s) contents should be considered unique

Value.indexed

> Whether the value column(s) should be indexed. Returns: whether the value column(s

Key.unique

class="description"> Whether the element column(s) contents should be considered unique ... column(s) contents should be considered unique