Specify the default order for objects returned from a query. These options correspond to the @OrderBy
annotation.
Property | Description | Default | Available for Entity Type |
---|---|---|---|
Name |
Element collection mapping, Many-to-many mapping, and One-to-many mapping |
||
Primary key |
|||
Custom |
|||
Order column |
|||
Insertable |
Specify if the column is included in SQL |
True |
|
Updatable |
Specify if the column is included in SQL |
True |
|
Nullable |
Specify if the database column is nullable |
True |
|
Column definition |
The SQL fragment that used to generate the DDL for the column |
Generated SQL to create a column of the inferred type |