Uses of Package
org.hibernate.query.sqm.function

Package
Description
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.
Contains implementations of SqmFunctionDescriptor describing a range of relatively-sophisticated SQL functions available in various dialects.
 
 
 
 
This package defines the Hibernate configuration-time mapping model.
 
 
An SPI supporting custom instantiation of entity instances and embeddable objects.
Validation for HQL queries.
 
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
An SPI for defining, registering, and rendering functions in HQL.
Package defining support for SqmFunctionDescriptor handling.
Nodes representing expressions in the SQM tree.
 
 
 
Package defining support for creating and consuming a SQL AST.