public class PersistentLocalTimeAsString extends AbstractSingleColumnUserType<org.joda.time.LocalTime,String,StringColumnLocalTimeMapper>
LocalTime
via Hibernate. This type is
mostly compatible with org.joda.time.contrib.hibernate.PersistentLocalTimeAsString however
you should note that JodaTime's LocalTime
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 |
---|
PersistentLocalTimeAsString() |
doNullSafeGet, doNullSafeSet, doWrapSession, fromXMLString, getColumnMapper, nullSafeGet, nullSafeSet, objectToSQLString, returnedClass, sqlTypes, toXMLString
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public PersistentLocalTimeAsString()
Copyright © 2010–2018 Jadira Systems. All rights reserved.