Uses of Enum Class
org.hibernate.query.sqm.CastType

Packages that use CastType
Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
 
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
This package defines a semantic model of HQL queries.
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
Defines handling of almost the full range of standard JDBC-defined SQL data types.