Uses of Class
org.hibernate.dialect.PostgreSQLEnumJdbcType
-
Packages that use PostgreSQLEnumJdbcType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of PostgreSQLEnumJdbcType in org.hibernate.dialect
Subclasses of PostgreSQLEnumJdbcType in org.hibernate.dialect Modifier and Type Class Description class
PostgreSQLOrdinalEnumJdbcType
Represents a namedenum
type on PostgreSQL.Fields in org.hibernate.dialect declared as PostgreSQLEnumJdbcType Modifier and Type Field Description static PostgreSQLEnumJdbcType
PostgreSQLEnumJdbcType. INSTANCE
-