Class BigDecimalValueHandler<T extends Number>

  • All Implemented Interfaces:
    IValueHandler<T>, ValueHandler

    public class BigDecimalValueHandler<T extends Number>
    extends BaseValueHandler<T>
    The Algorithm for turning a BigDecimal into a Postgres Numeric is heavily inspired by the Intermine Implementation:

    https://github.com/intermine/intermine/blob/master/intermine/objectstore/main/src/org/intermine/sql/writebatch/BatchWriterPostgresCopyImpl.java