public class PersistentZonedDateTimeAsStringAndStringZone extends AbstractMultiColumnUserType<java.time.ZonedDateTime>
ZonedDateTime
via Hibernate. The offset will be stored in an extra column.Constructor and Description |
---|
PersistentZonedDateTimeAsStringAndStringZone() |
Modifier and Type | Method and Description |
---|---|
protected java.time.ZonedDateTime |
fromConvertedColumns(Object[] convertedColumns) |
protected ColumnMapper<?,?>[] |
getColumnMappers() |
String[] |
getPropertyNames() |
protected Object[] |
toConvertedColumns(java.time.ZonedDateTime value) |
assemble, disassemble, doWrapSession, getPropertyTypes, getPropertyValue, initialise, nullSafeGet, nullSafeSet, replace, returnedClass, setPropertyValue, sqlTypes
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public PersistentZonedDateTimeAsStringAndStringZone()
protected java.time.ZonedDateTime fromConvertedColumns(Object[] convertedColumns)
fromConvertedColumns
in class AbstractMultiColumnUserType<java.time.ZonedDateTime>
protected ColumnMapper<?,?>[] getColumnMappers()
getColumnMappers
in class AbstractMultiColumnUserType<java.time.ZonedDateTime>
protected Object[] toConvertedColumns(java.time.ZonedDateTime value)
toConvertedColumns
in class AbstractMultiColumnUserType<java.time.ZonedDateTime>
public String[] getPropertyNames()
getPropertyNames
in interface org.hibernate.usertype.CompositeUserType
getPropertyNames
in class AbstractMultiColumnUserType<java.time.ZonedDateTime>
Copyright © 2010–2018 Jadira Systems. All rights reserved.