public class PersistentDateTimeAsUtcString extends AbstractParameterizedTemporalUserType<org.joda.time.DateTime,String,StringColumnDateTimeMapper>
DateTime
as a string of three parts:
DateTime
transformed into UTC time, formatted as such: yyyy-MM-dd'T'HH:mm:ss.SSS
DateTime
's original time zone (for example Europe/London or UTC)DateTime
data, including the specific time zone, not just the offset (ala ISO 8601), in
one single, sortable field.Constructor and Description |
---|
PersistentDateTimeAsUtcString() |
applyConfiguration
doWrapSession, getParameterValues, setParameterValues
doNullSafeGet, doNullSafeSet, fromXMLString, getColumnMapper, nullSafeGet, nullSafeSet, objectToSQLString, returnedClass, sqlTypes, toXMLString
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public PersistentDateTimeAsUtcString()
Copyright © 2010–2018 Jadira Systems. All rights reserved.