Jakarta Persistence (JPA) Method

int precision


(Optional) The precision for a column of SQL type decimal or numeric, or of similar database-native type.

Applies only to columns of exact numeric type.

The default value 0 indicates that a provider-determined precision should be inferred.

Default:
0
Since:
Jakarta Persistence (JPA) 1.0