public abstract class AbstractJsonSqlTypeDescriptor extends Object implements org.hibernate.type.descriptor.sql.SqlTypeDescriptor
| Constructor and Description |
|---|
AbstractJsonSqlTypeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeRemapped() |
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.ValueExtractor<X> |
getExtractor(org.hibernate.type.descriptor.java.JavaTypeDescriptor<X> javaTypeDescriptor) |
int |
getSqlType() |
public int getSqlType()
getSqlType in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptorpublic boolean canBeRemapped()
canBeRemapped in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptorpublic <X> org.hibernate.type.descriptor.ValueExtractor<X> getExtractor(org.hibernate.type.descriptor.java.JavaTypeDescriptor<X> javaTypeDescriptor)
getExtractor in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptorprotected Object extractJson(ResultSet rs, String name) throws SQLException
SQLExceptionprotected Object extractJson(CallableStatement statement, int index) throws SQLException
SQLExceptionprotected Object extractJson(CallableStatement statement, String name) throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.