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.
 
 
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
This package defines the Hibernate configuration-time mapping model.
 
Package for the translation of SQM into SQL AST
 
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.
 
Defines handling of almost the full range of standard JDBC-defined SQL data types.
 
Defines a registry for Hibernate Types.