JPA Annotation Attribute
in jakarta.persistence.Column

int length default 255


(Optional) The column length.

Applies only to columns whose type is parameterized by length, for example, varchar or varbinary types.

Since:
JPA 1.0