Uses of Class
org.hibernate.type.descriptor.jdbc.EnumJdbcType
-
Packages that use EnumJdbcType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types. -
-
Uses of EnumJdbcType in org.hibernate.dialect
Subclasses of EnumJdbcType in org.hibernate.dialect Modifier and Type Class Description class
MySQLEnumJdbcType
Deprecated, for removal: This API element is subject to removal in a future version.UseEnumJdbcType
instead -
Uses of EnumJdbcType in org.hibernate.type.descriptor.jdbc
Subclasses of EnumJdbcType in org.hibernate.type.descriptor.jdbc Modifier and Type Class Description class
OrdinalEnumJdbcType
Represents anenum
type for databases like MySQL and H2.Fields in org.hibernate.type.descriptor.jdbc declared as EnumJdbcType Modifier and Type Field Description static EnumJdbcType
EnumJdbcType. INSTANCE
-