public class StringAsObjectIdTypeDescriptor extends org.hibernate.type.descriptor.java.AbstractTypeDescriptor<String>
Strings as ObjectIds in the datastore.| Modifier and Type | Field and Description |
|---|---|
static StringAsObjectIdTypeDescriptor |
INSTANCE |
| Constructor and Description |
|---|
StringAsObjectIdTypeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
fromString(String string) |
String |
toString(String value) |
<X> X |
unwrap(String value,
Class<X> type,
org.hibernate.type.descriptor.WrapperOptions options) |
<X> String |
wrap(X value,
org.hibernate.type.descriptor.WrapperOptions options) |
public static final StringAsObjectIdTypeDescriptor INSTANCE
Copyright © 2010–2016 Hibernate. All rights reserved.