public abstract class AbstractNumericValueFactory<T> extends DefaultValueFactory<T>
jdbcCompliantTruncationForReads, pset
Constructor and Description |
---|
AbstractNumericValueFactory(PropertySet pset) |
Modifier and Type | Method and Description |
---|---|
T |
createFromBytes(byte[] bytes,
int offset,
int length,
Field f) |
T |
createFromYear(long l) |
createFromBigDecimal, createFromBigInteger, createFromBit, createFromDate, createFromDouble, createFromLong, createFromNull, createFromTime, createFromTimestamp, setPropertySet, unsupported
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTargetTypeName
public AbstractNumericValueFactory(PropertySet pset)
public T createFromYear(long l)
createFromYear
in interface ValueFactory<T>
createFromYear
in class DefaultValueFactory<T>