Uses of Package
org.hibernate.procedure.spi

Packages that use org.hibernate.procedure.spi
Package
Description
 
Support for handling named queries during the bootstrap process.
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Defines support for executing database stored procedures and functions and accessing their outputs.
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
 
Support for named queries
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
Nodes representing expressions in the SQM tree.