Internal Website Search

181-190 of 200 resultsRefresh

OrderColumn.insertable

class="description"> (Optional) Whether the column is included in SQL INSERT statements

OrderColumn.updatable

class="description"> (Optional) Whether the column is included in SQL UPDATE statements

OrderColumn.nullable

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

TableGenerator.valueColumnName

> (Optional) Name of the column that stores the last value

TableGenerator.pkColumnValue

> Defaults to a provider-chosen value to store in the primary key column of the generator table

TableGenerator.pkColumnName

> (Optional) Name of the primary key column in the table.

TableGenerator.initialValue

> (Optional) The initial value to be used to initialize the column

EntityResult.fields

="description"> Maps the columns specified in the SELECT list of the query to the properties or fields

JoinColumn.updatable

class="description"> (Optional) Whether the column is included in SQL UPDATE statements generated

JoinColumn.unique

column that corresponds to a primary key that is part of a foreign key.