Package org.hibernate.dialect
Class PostgreSQLJsonbJdbcType
- java.lang.Object
-
- org.hibernate.dialect.PostgreSQLPGObjectJdbcType
-
- org.hibernate.dialect.PostgreSQLJsonbJdbcType
-
- All Implemented Interfaces:
Serializable
,JdbcType
public class PostgreSQLJsonbJdbcType extends PostgreSQLPGObjectJdbcType
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PostgreSQLJsonbJdbcType
INSTANCE
-
Constructor Summary
Constructors Constructor Description PostgreSQLJsonbJdbcType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <X> X
fromString(String string, JavaType<X> javaType, WrapperOptions options)
protected <X> String
toString(X value, JavaType<X> javaType, WrapperOptions options)
-
Methods inherited from class org.hibernate.dialect.PostgreSQLPGObjectJdbcType
getBinder, getDefaultSqlTypeCode, getExtractor, getJdbcTypeCode
-
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.jdbc.JdbcType
getCastType, getFriendlyName, getJdbcLiteralFormatter, getJdbcRecommendedJavaTypeMapping, isBinary, isDecimal, isFloat, isInteger, isInterval, isNumber, isString, isTemporal
-
-
-
-
Field Detail
-
INSTANCE
public static final PostgreSQLJsonbJdbcType INSTANCE
-
-
Method Detail
-
fromString
protected <X> X fromString(String string, JavaType<X> javaType, WrapperOptions options)
- Overrides:
fromString
in classPostgreSQLPGObjectJdbcType
-
toString
protected <X> String toString(X value, JavaType<X> javaType, WrapperOptions options)
- Overrides:
toString
in classPostgreSQLPGObjectJdbcType
-
-