public class MonthDayTypeDescriptor extends org.hibernate.type.descriptor.java.AbstractTypeDescriptor<MonthDay>
Modifier and Type | Field and Description |
---|---|
static MonthDayTypeDescriptor |
INSTANCE |
Modifier | Constructor and Description |
---|---|
protected |
MonthDayTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
areEqual(MonthDay one,
MonthDay another) |
MonthDay |
fromString(String s) |
String |
toString(MonthDay value) |
<X> X |
unwrap(MonthDay monthDay,
Class<X> type,
org.hibernate.type.descriptor.WrapperOptions wrapperOptions) |
<X> MonthDay |
wrap(X value,
org.hibernate.type.descriptor.WrapperOptions wrapperOptions) |
extractHashCode, extractLoggableRepresentation, getComparator, getJavaType, getJavaTypeClass, getMutabilityPlan, unknownUnwrap, unknownWrap
public static final MonthDayTypeDescriptor INSTANCE
public <X> X unwrap(MonthDay monthDay, Class<X> type, org.hibernate.type.descriptor.WrapperOptions wrapperOptions)
public <X> MonthDay wrap(X value, org.hibernate.type.descriptor.WrapperOptions wrapperOptions)
Copyright © 2022. All rights reserved.