Uses of Package
org.hibernate.query.sql.spi
Packages that use org.hibernate.query.sql.spi
Package
Description
Support for handling named queries during the bootstrap process.
An SPI for dealing with parameters of native queries.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Support for named queries
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
Implementation of the SPI for execution of SQL statements via JDBC.
-
Classes in org.hibernate.query.sql.spi used by org.hibernate.boot.internalClassDescriptionDescriptor for a named native query in the runtime environment
-
Classes in org.hibernate.query.sql.spi used by org.hibernate.boot.queryClassDescriptionDescriptor for a named native query in the runtime environment
-
Classes in org.hibernate.query.sql.spi used by org.hibernate.engine.query.internalClassDescriptionDefines the "callback" process of recognizing native query parameters.
-
Classes in org.hibernate.query.sql.spi used by org.hibernate.engine.query.spiClassDescriptionAccess the values defining a native select queryDefines the "callback" process of recognizing native query parameters.
-
Classes in org.hibernate.query.sql.spi used by org.hibernate.engine.spi
-
Classes in org.hibernate.query.sql.spi used by org.hibernate.internalClassDescriptionDescriptor for a named native query in the runtime environment
-
Classes in org.hibernate.query.sql.spi used by org.hibernate.query.internalClassDescriptionDescriptor for a named native query in the runtime environment
-
Classes in org.hibernate.query.sql.spi used by org.hibernate.query.namedClassDescriptionDescriptor for a named native query in the runtime environment
-
Classes in org.hibernate.query.sql.spi used by org.hibernate.query.spi
-
Classes in org.hibernate.query.sql.spi used by org.hibernate.query.sql.internalClassDescriptionDescriptor for a named native query in the runtime environmentSpecialization of
QueryPlan
forNativeQuery
plansQueryInterpretations key for non-select NativeQuery instancesDefines the "callback" process of recognizing native query parameters. -
Classes in org.hibernate.query.sql.spi used by org.hibernate.query.sql.spiClassDescriptionDescriptor for a named native query in the runtime environmentSpecialization of
QueryPlan
forNativeQuery
plans -
Classes in org.hibernate.query.sql.spi used by org.hibernate.sql.exec.internal