public class CurrencyUnitTypeDescriptor
extends org.hibernate.type.descriptor.java.AbstractTypeDescriptor<javax.money.CurrencyUnit>
| Modifier and Type | Field and Description |
|---|---|
static CurrencyUnitTypeDescriptor |
INSTANCE |
| Constructor and Description |
|---|
CurrencyUnitTypeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
javax.money.CurrencyUnit |
fromString(String string) |
<X> X |
unwrap(javax.money.CurrencyUnit value,
Class<X> type,
org.hibernate.type.descriptor.WrapperOptions options) |
<X> javax.money.CurrencyUnit |
wrap(X value,
org.hibernate.type.descriptor.WrapperOptions options) |
areEqual, extractHashCode, extractLoggableRepresentation, getComparator, getJavaType, getJavaTypeClass, getMutabilityPlan, unknownUnwrap, unknownWrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final CurrencyUnitTypeDescriptor INSTANCE
public javax.money.CurrencyUnit fromString(String string)
public <X> X unwrap(javax.money.CurrencyUnit value,
Class<X> type,
org.hibernate.type.descriptor.WrapperOptions options)
public <X> javax.money.CurrencyUnit wrap(X value,
org.hibernate.type.descriptor.WrapperOptions options)
Copyright © 2023. All rights reserved.