Package com.axelor.db.hibernate.type
Class JsonTextSqlTypeDescriptor
- java.lang.Object
-
- org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
-
- org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
-
- com.axelor.db.hibernate.type.JsonSqlTypeDescriptor
-
- com.axelor.db.hibernate.type.JsonTextSqlTypeDescriptor
-
- All Implemented Interfaces:
Serializable
,SqlTypeDescriptor
public class JsonTextSqlTypeDescriptor extends JsonSqlTypeDescriptor
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JsonTextSqlTypeDescriptor
INSTANCE
-
Constructor Summary
Constructors Constructor Description JsonTextSqlTypeDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSqlType()
-
Methods inherited from class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
canBeRemapped, getBinder, getExtractor
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final JsonTextSqlTypeDescriptor INSTANCE
-
-
Method Detail
-
getSqlType
public int getSqlType()
- Specified by:
getSqlType
in interfaceSqlTypeDescriptor
- Overrides:
getSqlType
in classJsonSqlTypeDescriptor
-
-