Uses of Package
org.hibernate.query.named
Packages that use org.hibernate.query.named
Package
Description
Support for handling named queries during the bootstrap process.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package abstracts persistence mechanisms for collections.
Defines an SPI for calling stored procedures and functions.
SPIs for HQL support.
Support for named queries
Support for defining result set mappings
used in
NativeQuery
, ProcedureCall
,
and StoredProcedureQuery
.Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
SPIs for native SQL query support.
SPI-level SQM contracts
-
Classes in org.hibernate.query.named used by org.hibernate.boot.queryClassDescriptionThe runtime representation of named queries.Used to keep information about named result mappings defined by the application which can then be applied to native-sql and stored-procedure queries.
-
Classes in org.hibernate.query.named used by org.hibernate.boot.spiClassDescriptionRepository for references to named things related to queries.
-
Classes in org.hibernate.query.named used by org.hibernate.persister.collection
-
Classes in org.hibernate.query.named used by org.hibernate.procedure.spiClassDescriptionContract for query implementations which can be converted to named query mementos for storage in the
NamedObjectRepository
.The runtime representation of named queries. -
Classes in org.hibernate.query.named used by org.hibernate.query.hql.spiClassDescriptionContract for query implementations which can be converted to named query mementos for storage in the
NamedObjectRepository
. -
Classes in org.hibernate.query.named used by org.hibernate.query.namedClassDescriptionThe parent node for the fetchA ResultMappingMementoNode that is a reference to some part of the user's domain modelThe runtime representation of named queries.Used to keep information about named result mappings defined by the application which can then be applied to native-sql and stored-procedure queries.Any node (result or fetch) in the result graph
-
Classes in org.hibernate.query.named used by org.hibernate.query.resultsClassDescriptionUsed to keep information about named result mappings defined by the application which can then be applied to native-sql and stored-procedure queries.
-
Classes in org.hibernate.query.named used by org.hibernate.query.spiClassDescriptionRepository for references to named things related to queries.The runtime representation of named queries.
-
Classes in org.hibernate.query.named used by org.hibernate.query.sql.spiClassDescriptionContract for query implementations which can be converted to named query mementos for storage in the
NamedObjectRepository
.The runtime representation of named queries. -
Classes in org.hibernate.query.named used by org.hibernate.query.sqm.spi