Package org.hibernate.dialect
Class MySQLEnumJdbcType
- java.lang.Object
-
- org.hibernate.type.descriptor.jdbc.EnumJdbcType
-
- org.hibernate.dialect.MySQLEnumJdbcType
-
- All Implemented Interfaces:
Serializable
,JdbcType
@Deprecated(forRemoval=true) public class MySQLEnumJdbcType extends EnumJdbcType
Deprecated, for removal: This API element is subject to removal in a future version.UseEnumJdbcType
insteadRepresents anenum
type on MySQL.Hibernate will automatically use this for enums mapped as
EnumType.STRING
.
-
-
Field Summary
-
Fields inherited from class org.hibernate.type.descriptor.jdbc.EnumJdbcType
INSTANCE
-
-
Constructor Summary
Constructors Constructor Description MySQLEnumJdbcType()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class org.hibernate.type.descriptor.jdbc.EnumJdbcType
getBinder, getDefaultSqlTypeCode, getExtractor, getFriendlyName, getJdbcLiteralFormatter, 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
addAuxiliaryDatabaseObjects, addAuxiliaryDatabaseObjects, appendWriteExpression, getCastType, getCheckCondition, getDdlTypeCode, getExtraCreateTableInfo, getJdbcRecommendedJavaTypeMapping, getPreferredJavaTypeClass, hasDatePart, hasTimePart, isArray, isBinary, isBoolean, isComparable, isDecimal, isDuration, isFloat, isInteger, isInterval, isLob, isLobOrLong, isNationalized, isNumber, isSmallInteger, isSpatial, isString, isStringLike, isStringLikeExcludingClob, isTemporal, registerOutParameter, registerOutParameter, wrapTopLevelSelectionExpression, wrapWriteExpression
-
-