Class GaussDBUUIDJdbcType
java.lang.Object
org.hibernate.type.descriptor.jdbc.UUIDJdbcType
org.hibernate.community.dialect.GaussDBUUIDJdbcType
- All Implemented Interfaces:
Serializable, org.hibernate.type.descriptor.jdbc.JdbcType
public class GaussDBUUIDJdbcType
extends org.hibernate.type.descriptor.jdbc.UUIDJdbcType
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<X> org.hibernate.type.descriptor.ValueBinder<X> getBinder(org.hibernate.type.descriptor.java.JavaType<X> javaType) Methods inherited from class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
getDefaultSqlTypeCode, getExtractor, getJdbcLiteralFormatter, getJdbcTypeCode, getPreferredJavaTypeClass, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
addAuxiliaryDatabaseObjects, appendWriteExpression, appendWriteExpression, castFromPattern, castToPattern, getCastType, getCheckCondition, getDdlTypeCode, getExtraCreateTableInfo, getFriendlyName, getJdbcRecommendedJavaTypeMapping, getRecommendedJavaType, hasDatePart, hasTimePart, isArray, isBinary, isBoolean, isComparable, isDecimal, isDuration, isFloat, isImplicitJson, isImplicitXml, isInteger, isInterval, isJson, isLob, isLobOrLong, isNationalized, isNumber, isSmallInteger, isSpatial, isString, isStringLike, isStringLikeExcludingClob, isTemporal, isWriteExpressionTyped, isXml, registerOutParameter, registerOutParameter, wrapTopLevelSelectionExpression, wrapWriteExpression, wrapWriteExpression
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
GaussDBUUIDJdbcType
public GaussDBUUIDJdbcType()
-
-
Method Details
-
getBinder
public <X> org.hibernate.type.descriptor.ValueBinder<X> getBinder(org.hibernate.type.descriptor.java.JavaType<X> javaType) - Specified by:
getBinderin interfaceorg.hibernate.type.descriptor.jdbc.JdbcType- Overrides:
getBinderin classorg.hibernate.type.descriptor.jdbc.UUIDJdbcType
-