Uses of Interface
org.hibernate.query.named.NameableQuery
-
Packages that use NameableQuery Package Description org.hibernate.procedure Defines support for executing database stored procedures and functions and accessing their outputs.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.procedure.spi Defines an SPI for calling stored procedures and functions.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of NameableQuery in org.hibernate.procedure
Subinterfaces of NameableQuery in org.hibernate.procedure Modifier and Type Interface Description interface
ProcedureCall
Defines support for executing database stored procedures and functions. -
Uses of NameableQuery in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement NameableQuery Modifier and Type Class Description class
ProcedureCallImpl<R>
Standard implementation ofProcedureCall
-
Uses of NameableQuery in org.hibernate.procedure.spi
Subinterfaces of NameableQuery in org.hibernate.procedure.spi Modifier and Type Interface Description interface
ProcedureCallImplementor<R>
-
Uses of NameableQuery in org.hibernate.query.hql.spi
Subinterfaces of NameableQuery in org.hibernate.query.hql.spi Modifier and Type Interface Description interface
SqmQueryImplementor<R>
QueryImplementor
specialization for SQM-based Query references -
Uses of NameableQuery in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NameableQuery Modifier and Type Class Description class
NativeQueryImpl<R>
-
Uses of NameableQuery in org.hibernate.query.sql.spi
Subinterfaces of NameableQuery in org.hibernate.query.sql.spi Modifier and Type Interface Description interface
NativeQueryImplementor<R>
-
Uses of NameableQuery in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement NameableQuery Modifier and Type Class Description class
QuerySqmImpl<R>
Query
implementation based on an SQM
-