Package tech.yanand.flyingmybatis
Annotation Interface Column
Mapping a class's field to a database column is often necessary to
specify the name of the database column.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueSpecify the name of the table column.- Returns:
- Column name of the table.
- Default:
- ""
-