public class PersistentLocalTimeAsNanosLong extends AbstractSingleColumnUserType<org.joda.time.LocalTime,Long,LongColumnLocalTimeMapper>
LocalTime
via Hibernate using nanoseconds of the day. This class is INCOMPATIBLE with
Joda Time's org.joda.time.contrib.hibernate.PersistentLocalTimeExact because that class uses a millisecond rather than nanosecond
absolute value. For compatibility use PersistentLocalTimeAsMillisInteger
Constructor and Description |
---|
PersistentLocalTimeAsNanosLong() |
doNullSafeGet, doNullSafeSet, doWrapSession, fromXMLString, getColumnMapper, nullSafeGet, nullSafeSet, objectToSQLString, returnedClass, sqlTypes, toXMLString
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public PersistentLocalTimeAsNanosLong()
Copyright © 2010–2018 Jadira Systems. All rights reserved.