PersistentDateTimeAndZoneWithOffset
. The handling
of Date / Time Zone boundaries is slightly different so you are encouraged to retest before migrating
to this class@Deprecated public class PersistentDateTimeWithZone extends AbstractParameterizedTemporalMultiColumnUserType<org.joda.time.DateTime>
DateTime
via Hibernate. The offset will be stored in an extra column.Constructor and Description |
---|
PersistentDateTimeWithZone()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected org.joda.time.DateTime |
fromConvertedColumns(Object[] convertedColumns)
Deprecated.
|
protected ColumnMapper<?,?>[] |
getColumnMappers()
Deprecated.
|
String[] |
getPropertyNames()
Deprecated.
|
protected Object[] |
toConvertedColumns(org.joda.time.DateTime value)
Deprecated.
|
applyConfiguration
doWrapSession, getParameterValues, setParameterValues
assemble, disassemble, getPropertyTypes, getPropertyValue, initialise, nullSafeGet, nullSafeSet, replace, returnedClass, setPropertyValue, sqlTypes
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public PersistentDateTimeWithZone()
protected org.joda.time.DateTime fromConvertedColumns(Object[] convertedColumns)
fromConvertedColumns
in class AbstractMultiColumnUserType<org.joda.time.DateTime>
protected Object[] toConvertedColumns(org.joda.time.DateTime value)
toConvertedColumns
in class AbstractMultiColumnUserType<org.joda.time.DateTime>
protected ColumnMapper<?,?>[] getColumnMappers()
getColumnMappers
in class AbstractMultiColumnUserType<org.joda.time.DateTime>
public String[] getPropertyNames()
getPropertyNames
in interface org.hibernate.usertype.CompositeUserType
getPropertyNames
in class AbstractMultiColumnUserType<org.joda.time.DateTime>
Copyright © 2010–2018 Jadira Systems. All rights reserved.