Uses of Interface
org.hibernate.query.spi.JpaReference
Packages that use JpaReference
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.
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.
-
Uses of JpaReference in org.hibernate.boot.query
Subinterfaces of JpaReference in org.hibernate.boot.queryModifier and TypeInterfaceDescriptioninterfaceBoot-time descriptor of a named query define using HQL.interfaceUsed to model named mutation-query attributes.interfaceBoot-time descriptor of a named native query.interfaceBoot-time descriptor of a named procedure/function query, as defined in annotations or xmlinterfaceBoot-model representation of named queries.interfaceBoot-model mapping of named queries which define a selection query. -
Uses of JpaReference in org.hibernate.boot.spi
Subinterfaces of JpaReference in org.hibernate.boot.spi -
Uses of JpaReference in org.hibernate.procedure.spi
Subinterfaces of JpaReference in org.hibernate.procedure.spiModifier and TypeInterfaceDescriptioninterfaceRepresents a "memento" (disconnected, externalizable form) of a ProcedureCall -
Uses of JpaReference in org.hibernate.query.named
Subinterfaces of JpaReference in org.hibernate.query.namedModifier and TypeInterfaceDescriptioninterfaceinterfaceDescriptor for a named native query in the runtime environmentinterfaceThe runtime representation of named queries.interfaceModels NamedQueryMemento which is a selection-queryinterface -
Uses of JpaReference in org.hibernate.query.spi
Subinterfaces of JpaReference in org.hibernate.query.spiModifier and TypeInterfaceDescriptioninterfaceExtension to the JPA StatementReference contract.interfaceExtension to the JPA TypedQueryReference contract.