ObjectDB ObjectDB

Column.scale - JPA annotation element

Annotation Element
javax.persistence.Column
int scale

(Optional) The scale for a decimal (exact numeric) column. (Applies only if a decimal column is used.)
Default value:
0
Since:
JPA 1.0