Class NativeOrdinalEnumDdlTypeImpl

java.lang.Object
org.hibernate.type.descriptor.sql.internal.NativeOrdinalEnumDdlTypeImpl
All Implemented Interfaces:
Serializable, DdlType

public class NativeOrdinalEnumDdlTypeImpl extends Object implements DdlType
A DdlType representing a SQL enum type that may be treated as int for most purposes.
See Also: