Fixed
Details
Assignee
Marko BekhtaMarko BekhtaReporter
Yoann RodièreYoann RodièreSprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Yoann Rodière
Yoann RodièreSprint
None
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
We automatically infer the decimal scale of properties for non-ID JPA attributes (see ) so that users can use
@GenericField
for theirBigDecimal
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.