Class JsonStringSqlTypeDescriptor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object extractJson​(java.sql.CallableStatement statement, int index)  
      protected java.lang.Object extractJson​(java.sql.CallableStatement statement, java.lang.String name)  
      protected java.lang.Object extractJson​(java.sql.ResultSet rs, java.lang.String name)  
      <X> org.hibernate.type.descriptor.ValueBinder<X> getBinder​(org.hibernate.type.descriptor.java.JavaTypeDescriptor<X> javaTypeDescriptor)  
      int getSqlType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor

        getJdbcRecommendedJavaTypeMapping
    • Constructor Detail

      • JsonStringSqlTypeDescriptor

        public JsonStringSqlTypeDescriptor()
    • Method Detail

      • getBinder

        public <X> org.hibernate.type.descriptor.ValueBinder<X> getBinder​(org.hibernate.type.descriptor.java.JavaTypeDescriptor<X> javaTypeDescriptor)
      • extractJson

        protected java.lang.Object extractJson​(java.sql.ResultSet rs,
                                               java.lang.String name)
                                        throws java.sql.SQLException
        Overrides:
        extractJson in class AbstractJsonSqlTypeDescriptor
        Throws:
        java.sql.SQLException
      • extractJson

        protected java.lang.Object extractJson​(java.sql.CallableStatement statement,
                                               int index)
                                        throws java.sql.SQLException
        Overrides:
        extractJson in class AbstractJsonSqlTypeDescriptor
        Throws:
        java.sql.SQLException
      • extractJson

        protected java.lang.Object extractJson​(java.sql.CallableStatement statement,
                                               java.lang.String name)
                                        throws java.sql.SQLException
        Overrides:
        extractJson in class AbstractJsonSqlTypeDescriptor
        Throws:
        java.sql.SQLException