Class NamedNativeEnumDdlTypeImpl

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

public class NamedNativeEnumDdlTypeImpl extends Object implements DdlType
A DdlType representing a named native SQL enum type, one that often cannot be treated as a varchar.
See Also: