public class YearMonthTypeDescriptor extends org.hibernate.type.descriptor.java.AbstractTypeDescriptor<YearMonth>
| Modifier and Type | Field and Description |
|---|---|
static YearMonthTypeDescriptor |
INSTANCE |
| Constructor and Description |
|---|
YearMonthTypeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areEqual(YearMonth one,
YearMonth another) |
YearMonth |
fromString(String string) |
String |
toString(YearMonth value) |
<X> X |
unwrap(YearMonth value,
Class<X> type,
org.hibernate.type.descriptor.WrapperOptions options) |
<X> YearMonth |
wrap(X value,
org.hibernate.type.descriptor.WrapperOptions options) |
extractHashCode, extractLoggableRepresentation, getComparator, getJavaType, getJavaTypeClass, getMutabilityPlan, unknownUnwrap, unknownWrappublic static final YearMonthTypeDescriptor INSTANCE
Copyright © 2023. All rights reserved.