Uses of Interface
org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators

Packages that use JdbcTypeIndicators
Package
Description
This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.
Internal package containing dialect-specific extensions of AbstractSqlAstTranslator.
Internal package containing dialect-specific implementations of JdbcType.
This package defines the Hibernate configuration-time mapping model.
Package for the translation of SQM into SQL AST
This package defines the central Hibernate Spatial types and functions.
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
Integrates a range of types defined by the JDK with the type system of Hibernate.
SPIs related to JavaType.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
Defines a registry for Hibernate Types.