Package tech.yanand.flyingmybatis
Annotation Interface PrimaryKey
Marks the field of the class as the primary key field.
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionConfiguring the primary key is auto-increment, UUID or input.
-
Element Details
-
keyType
PrimaryKey.KeyType keyTypeConfiguring the primary key is auto-increment, UUID or input.- Returns:
- Key type.
- Default:
- AUTO
-