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(CallableStatement statement,
int index) |
protected Object |
extractJson(CallableStatement statement,
String name) |
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 AbstractJsonSqlTypeDescriptorSQLExceptionprotected Object extractJson(CallableStatement statement, int index) throws SQLException
extractJson in class AbstractJsonSqlTypeDescriptorSQLExceptionprotected Object extractJson(CallableStatement statement, String name) throws SQLException
extractJson in class AbstractJsonSqlTypeDescriptorSQLExceptionCopyright © 2020. All rights reserved.