TimeOfDay
with LocalTime
and PersistentLocalTimeAsString
@Deprecated public class PersistentTimeOfDayAsString extends AbstractSingleColumnUserType<org.joda.time.TimeOfDay,String,StringColumnTimeOfDayMapper>
TimeOfDay
via Hibernate. This type is
mostly compatible with org.joda.time.contrib.hibernate.PersistentTimeOfDayAsString 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.Constructor and Description |
---|
PersistentTimeOfDayAsString()
Deprecated.
|
doNullSafeGet, doNullSafeSet, doWrapSession, fromXMLString, getColumnMapper, nullSafeGet, nullSafeSet, objectToSQLString, returnedClass, sqlTypes, toXMLString
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public PersistentTimeOfDayAsString()
Copyright © 2010–2018 Jadira Systems. All rights reserved.