Specify the mapped column for an entity property. If no @Column annotation is specified, the default values apply.
@Column
The name of the column.
The name of the corresponding column property in the generated table class.
The SQL type of the column.