HHH-10343 Fixed precision and scale for elements of basic types in persistent collections
This commit is contained in:
parent
3d92590eb3
commit
cac8b0d8c5
|
@ -75,8 +75,8 @@ public class PluralAttributeElementSourceBasicImpl
|
|||
public SizeSource getSizeSource() {
|
||||
return Helper.interpretSizeSource(
|
||||
jaxbElement.getLength(),
|
||||
jaxbElement.getPrecision(),
|
||||
jaxbElement.getScale()
|
||||
jaxbElement.getScale(),
|
||||
jaxbElement.getPrecision()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue