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 public class MySQLEnumJdbcType extends EnumJdbcType
Deprecated.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.
-
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, appendWriteExpression, getCastType, getCheckCondition, getDdlTypeCode, getExtraCreateTableInfo, getJdbcRecommendedJavaTypeMapping, getPreferredJavaTypeClass, isBinary, isDecimal, isDuration, isFloat, isInteger, isInterval, isLob, isLobOrLong, isNationalized, isNumber, isString, isStringLike, isTemporal, registerOutParameter, registerOutParameter, wrapTopLevelSelectionExpression, wrapWriteExpression
-
-