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.
Use EnumJdbcType instead
Represents an enum type on MySQL.

Hibernate will automatically use this for enums mapped as EnumType.STRING.

Author:
Gavin King
See Also:
  • Constructor Details

    • MySQLEnumJdbcType

      public MySQLEnumJdbcType()
      Deprecated, for removal: This API element is subject to removal in a future version.