public class PersistentMonthDayAsDate extends AbstractSingleColumnUserType<java.time.MonthDay,Date,DateColumnMonthDayMapper>
MonthDay
to a Date via Hibernate.
The type is stored using the timezone as configured
using Hibernate's configuration property 'hibernate.jdbc.time_zone' and presented in the
JVM using the JVM's default zone. You can optionally override or use as an alternative to this property the
parameter 'databaseZone' on this type.Constructor and Description |
---|
PersistentMonthDayAsDate() |
doNullSafeGet, doNullSafeSet, doWrapSession, fromXMLString, getColumnMapper, nullSafeGet, nullSafeSet, objectToSQLString, returnedClass, sqlTypes, toXMLString
afterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replace
public PersistentMonthDayAsDate()
Copyright © 2010–2018 Jadira Systems. All rights reserved.