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