Class OrdinalEnumJdbcType

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

public class OrdinalEnumJdbcType extends EnumJdbcType
Represents an enum type for databases like MySQL and H2.

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

See Also: