TimeOfDay
with LocalTime
and PersistentLocalTimeAsMillisInteger
@Deprecated public class PersistentTimeOfDayAsMillisInteger extends AbstractSingleColumnUserType<org.joda.time.TimeOfDay,Integer,IntegerColumnTimeOfDayMapper>
TimeOfDay
via Hibernate using milliseconds of the day. This type is
mostly compatible with org.joda.time.contrib.hibernate.PersistentTimeOfDayExact however
you should note that JodaTime's TimeOfDay
has only millisecond precision,
whilst JSR 310 offers nanosecond precision. When interpreting nanosecond values, Joda time will
round down to the nearest millisecond.PersistentTimeOfDayAsNanosLong
,
Serialized FormConstructor and Description |
---|
PersistentTimeOfDayAsMillisInteger()
Deprecated.
|
doNullSafeGet, doNullSafeSet, doWrapSession, fromXMLString, getColumnMapper, nullSafeGet, nullSafeSet, objectToSQLString, returnedClass, sqlTypes, toXMLString
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public PersistentTimeOfDayAsMillisInteger()
Copyright © 2010–2018 Jadira Systems. All rights reserved.