TimeOfDay
with LocalTime
and PersistentLocalTimeAsNanosLong
@Deprecated public class PersistentTimeOfDayAsNanosLong extends AbstractSingleColumnUserType<org.joda.time.TimeOfDay,Long,LongColumnTimeOfDayMapper>
TimeOfDay
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 |
---|
PersistentTimeOfDayAsNanosLong()
Deprecated.
|
doNullSafeGet, doNullSafeSet, doWrapSession, fromXMLString, getColumnMapper, nullSafeGet, nullSafeSet, objectToSQLString, returnedClass, sqlTypes, toXMLString
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public PersistentTimeOfDayAsNanosLong()
Copyright © 2010–2018 Jadira Systems. All rights reserved.