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