getScaleFactor

getScaleFactor(): Integer;

The getScaleFactor method of the JadeRelationalAttributeIF interface returns the scale factor (that is, the number of decimal digits) of the primitive type returned for this attribute from the call to the getPropertyValue method of the JadeRelationalEntityIF interface. The scale factor is used only for Decimal primitive types.

You can use the getScaleFactor method of the PrimAttribute class to define the scale factor if the column is mapped to a property that has a JADE Decimal type.