- All Implemented Interfaces:
- AttributeConverter<Collection<Number>,String[]>
public class NumberCollectionStringConverter
extends Object
implements AttributeConverter<Collection<Number>,String[]>
The NumberStringConverter can be used to convert any java object collection containing values that extend
java.lang.Number to and from its String array representation.
By default, the OGM will automatically convert Collections of BigInteger and BigDecimal
entity attributes using this converter.
- Author:
- Luanne Misquitta