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, for removal: This API element is subject to removal in a future version.
Represents an
enum type on MySQL.
Hibernate will automatically use this for enums mapped
as EnumType.STRING.
- Author:
- Gavin King
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.type.descriptor.jdbc.EnumJdbcType
INSTANCE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, 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, getJdbcTypeCodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
MySQLEnumJdbcType
public MySQLEnumJdbcType()Deprecated, for removal: This API element is subject to removal in a future version.
-
EnumJdbcTypeinstead