package org.hibernate.type.descriptor.sql.internal
Includes several general-purpose implementations of
DdlType.
-
-
Descriptor for a SQL type.
Descriptor for a SQL type.
A
DdlType representing a named native SQL
enum type,
one that often
cannot be treated as a
varchar.
A
DdlType representing a named native SQL
enum type,
one that often
cannot be treated as a
int.
A
DdlType representing a SQL
enum type that
may be treated as
varchar for most purposes.
A
DdlType representing a SQL
enum type that
may be treated as
int for most purposes.