public class JsonStringSqlTypeDescriptor extends AbstractJsonSqlTypeDescriptor
| Modifier and Type | Field and Description |
|---|---|
static JsonStringSqlTypeDescriptor |
INSTANCE |
| Constructor and Description |
|---|
JsonStringSqlTypeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
extractJson(ResultSet rs,
String name) |
<X> org.hibernate.type.descriptor.ValueBinder<X> |
getBinder(org.hibernate.type.descriptor.java.JavaTypeDescriptor<X> javaTypeDescriptor) |
canBeRemapped, getExtractor, getSqlTypepublic static final JsonStringSqlTypeDescriptor INSTANCE
public <X> org.hibernate.type.descriptor.ValueBinder<X> getBinder(org.hibernate.type.descriptor.java.JavaTypeDescriptor<X> javaTypeDescriptor)
protected Object extractJson(ResultSet rs, String name) throws SQLException
extractJson in class AbstractJsonSqlTypeDescriptorSQLExceptionCopyright © 2018. All rights reserved.