Class BigIntegerLongConverter

java.lang.Object
org.datanucleus.store.types.converters.BigIntegerLongConverter
All Implemented Interfaces:
Serializable, TypeConverter<BigInteger,Long>

public class BigIntegerLongConverter extends Object implements TypeConverter<BigInteger,Long>
Class to handle the conversion between java.math.BigInteger and a Long form.
See Also:
  • Field Details

  • Constructor Details

    • BigIntegerLongConverter

      public BigIntegerLongConverter()
  • Method Details