public class PersistentDurationAsSecondsAndNanosDecimal extends AbstractSingleColumnUserType<java.time.Duration,BigDecimal,BigDecimalColumnDurationMapper>
Duration
to and from a decimal value for Hibernate. This type stores Duration using
a seconds and nanoseconds value.Constructor and Description |
---|
PersistentDurationAsSecondsAndNanosDecimal() |
doNullSafeGet, doNullSafeSet, doWrapSession, fromXMLString, getColumnMapper, nullSafeGet, nullSafeSet, objectToSQLString, returnedClass, sqlTypes, toXMLString
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public PersistentDurationAsSecondsAndNanosDecimal()
Copyright © 2010–2018 Jadira Systems. All rights reserved.