Retrieve decimal scale automatically from entity identifiers

Description

We automatically infer the decimal scale of properties for non-ID JPA attributes (see ) so that users can use @GenericField for their BigDecimal fields and everything works transparently.

But for some reason, this doesn’t work for entity identifiers; see

We should make it work, it’s probably just a matter of retrieving the metadata from somewhere else.

Activity

Show:
Fixed

Details

Assignee

Reporter

Sprint

Fix versions

Priority

Created January 12, 2023 at 10:12 AM
Updated July 3, 2023 at 11:27 AM
Resolved January 23, 2023 at 11:25 AM