| Annotation Type | Description |
|---|---|
| Column |
Annotation interface that allows one to decouple a field name from a column
name, by specifying the column name in an Annotation.
|
| CompositeIndex |
Annotation interface that allows one to order columns for a composite index (if another column in the same table shares
the same index name in
Index)
For more information see
Why order matters?
Note that annotations are not processed by default. |
| Ignore |
Annotation interface that allows one to mark as to be ignored.
|
| Index |
Annotation interface that allows one to create an index or composite index for a column/s
by specifying index_names, unique_index or unique_index_names in an Annotation.
|