Class EnumJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.EnumJdbcType
All Implemented Interfaces:
Serializable, JdbcType
Direct Known Subclasses:
MySQLEnumJdbcType, OrdinalEnumJdbcType

public class EnumJdbcType extends Object implements JdbcType
Represents an enum type for databases like MySQL and H2.

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

See Also: