Class NativeEnumDdlTypeImpl

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

public class NativeEnumDdlTypeImpl extends Object implements DdlType
A DdlType representing a SQL enum type that may be treated as varchar for most purposes.
Author:
Gavin King
See Also: