public class YearMonthEpochTypeDescriptor extends org.hibernate.type.descriptor.java.AbstractTypeDescriptor<YearMonth>
Modifier and Type | Field and Description |
---|---|
static YearMonthEpochTypeDescriptor |
INSTANCE |
static LocalDate |
LOCAL_DATE_EPOCH |
static YearMonth |
YEAR_MONTH_EPOCH |
Constructor and Description |
---|
YearMonthEpochTypeDescriptor() |
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, unknownWrap
public static final YearMonth YEAR_MONTH_EPOCH
public static final LocalDate LOCAL_DATE_EPOCH
public static final YearMonthEpochTypeDescriptor INSTANCE
Copyright © 2022. All rights reserved.