Uses of Interface
org.hibernate.type.BasicType

Packages that use BasicType
Package
Description
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
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.
 
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Contains implementations of SqmFunctionDescriptor describing a range of relatively-sophisticated SQL functions available in various dialects.
 
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
 
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
Implementation of the SPI for the runtime domain metamodel.
This package abstracts persistence mechanisms for entities.
 
Support for defining result set mappings used in NativeQuery, ProcedureCall, and StoredProcedureQuery.
Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate's NativeQuery APIs
This package defines a semantic model of HQL queries.
An SPI for defining, registering, and rendering functions in HQL.
Package for the SQM-backed Query implementation details
Package defining support for SqmFunctionDescriptor handling.
 
Nodes representing expressions in the SQM tree.
Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
 
 
 
 
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.