public class Iso8601MonthType extends AbstractHibernateType<Month>
Month object type to a INT column type
which is saved as value from 1 (January) to 12 (December),
according to the ISO 8601 standard.| Modifier and Type | Field and Description |
|---|---|
static Iso8601MonthType |
INSTANCE |
| Constructor and Description |
|---|
Iso8601MonthType() |
Iso8601MonthType(Configuration configuration) |
Iso8601MonthType(org.hibernate.type.spi.TypeBootstrapContext typeBootstrapContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
protected boolean |
registerUnderJavaType() |
getConfigurationnullSafeSet, sqlTypeassemble, beforeAssemble, canDoExtraction, canDoSetting, compare, deepCopy, deepCopy, defaultSizes, dictatedSizes, disassemble, extract, extract, fromString, fromStringValue, get, getColumnSpan, getDefaultSize, getDictatedSize, getHashCode, getHashCode, getJavaTypeDescriptor, getMutabilityPlan, getRegistrationKeys, getReplacement, getReturnedClass, getSemiResolvedType, getSqlTypeDescriptor, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, nullSafeSet, remapSqlTypeDescriptor, replace, replace, resolve, semiResolve, set, setJavaTypeDescriptor, setSqlTypeDescriptor, sqlTypes, toColumnNullness, toLoggableString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromStringValue, get, nullSafeGet, set, toStringassemble, beforeAssemble, compare, deepCopy, defaultSizes, dictatedSizes, disassemble, getColumnSpan, getHashCode, getHashCode, getReturnedClass, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, nullSafeGet, nullSafeGet, nullSafeSet, replace, replace, resolve, resolve, semiResolve, sqlTypes, toColumnNullness, toLoggableStringpublic static final Iso8601MonthType INSTANCE
public Iso8601MonthType()
public Iso8601MonthType(Configuration configuration)
public Iso8601MonthType(org.hibernate.type.spi.TypeBootstrapContext typeBootstrapContext)
Copyright © 2023. All rights reserved.