Column.precision - JPA annotation element

Annotation Element
javax.persistence.Column
int precision

(Optional) The precision for a decimal (exact numeric) column. (Applies only if a decimal column is used.) Value must be set by developer if used when generating the DDL for the column.
Default value:
0
Since:
JPA 1.0