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